+ 2
Is it advisable to learn react and Jsx before JavaScript
Should JavaScript be learnt before starting the React course
3 Réponses
+ 3
You must learn JavaScript first After goes for JS Frameworks /libraries if you don't have any knowledge of JS it will be hard to learn React
React prerequisites:
JavaScript basics : let, const, var, functions, conditional statements.
ES6 : arrow functions, Object literals, classes, Inheritance, Array & Objects Destructuring, rest and spread operator
+ 2
It's optional to Learn React and JSX before JavaScript.
+ 2
Do it the other way round, JS first.