I have heard react is introducing typescript in the next version. if it is out then
1)it is mandatory to write code in ts or we can continue with js & jsx itself?
2)my application is on development .if i upgrade to latest version(after ts release) will it throw error or it continue works as normal?
3) what is the advantages of ts and what are all the new things introduced in next version?
Sahil Satishkumar
I don't live here, but i do visit often.
It's probably not gonna happen. (Your source is most probably wrong) I can say this, because, typescript emphasis heavily on strongly typed variables, which is something Facebook Open Source already offers with React-PropTypes and flow.js. They would rather use something they have developed on their own than using something that was developed by a different team (& organisation).
( Tags: Typescript is awesome, React is awesome, flow is awesome, proptypes is awesome. Hoping no one is offended.)