+ 6
If I know only javascript basics Can I start React Js ?
Javaacript
3 RĂ©ponses
+ 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