0
Can someone jump straight into react ? Then learn JSX along the way ?
What do you think ?
3 Antworten
+ 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.
+ 2
No. JavaScript knowledge is pre-requisite.
+ 1
Yes, if you already code with JavaScript and HTML.