DEV Community

Discussion on: Some good ways to learn React.js

Collapse
 
philiphassialis profile image
Philip Alexander Hassialis

A quick list: JavaScript classes, array functions, ... Operators and array restructuring and arrow functions. Async/await and promises are a good bonus when you get into http requests. A bit of rudimentary knowledge of how a node.js project is set up is not bad either. This should get you up and running for a good 90% of these courses in terms of pure react.js learning.

Collapse
 
realabbas profile image
Ali Abbas

Absolutely 👍