+ 2
Do i need ES6 to work with react?
I dnt know ES6 version of javascript.So, can i work with react.Or, should i first learn ES6 then go with react? Ans plz.
3 Answers
+ 6
The React documentation says that you can use it without ES6:
https://reactjs.org/docs/react-without-es6.html
Even so, why do not you learn a little about it? If you are a Web developer that would help you a lot in the future.
+ 4
you can use TypeScript with React
0
tnx for the info