+ 6
If I know only javascript basics Can I start React Js ?
Javaacript
3 ответов
+ 3
Cabdi Raxmaan Khaliif Tahliil If you already have some experience with JavaScript, all you need to learn before React is just the JavaScript features you will actually use to develop React application. Things about JavaScript you should be comfortable with before learning React are:
• ES6 classes
• The new variable declaration let/const
• Arrow functions
• Destructuring assignment
• Map and filter
• ES6 module system
+ 5
Shivanshu Mishra thanks bro 👍👍👍
+ 1
Hello bhaiya