Can someone jump straight into react ? Then learn JSX along the way ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone jump straight into react ? Then learn JSX along the way ?

What do you think ?

20th Sep 2020, 7:25 AM
Kelvin A
Kelvin A - avatar
3 Answers
+ 2
JSX is simple a syntax extension. You can learn it right away. While it's theoretically possible to use React without JSX, you'll need to use createElement which is harder to learn, read, code and maintain. Conclusion: stick to JSX.
20th Sep 2020, 8:18 AM
Kevin ★
+ 2
No. JavaScript knowledge is pre-requisite.
20th Sep 2020, 8:51 AM
Gordon
Gordon - avatar
+ 1
Yes, if you already code with JavaScript and HTML.
20th Sep 2020, 7:33 AM
JaScript
JaScript - avatar