DEV Community

Discussion on: What to expect if you switch from JavaScript to TypeScript

Collapse
 
ielgohary profile image
Islam Elgohary • Edited

I think that makes sense because Angular has most features pre implemented out of the box but React on the other hand is more modular and you need many external node modules to implement a basic app

Collapse
 
seanmclem profile image
Seanmclem

Not really what I was referring to. I was more thinking of the implementation of types, models, interfaces. Especially with core React and not libraries. It just doesn't quite flow for me, TS in React

Thread Thread
 
ielgohary profile image
Islam Elgohary

I haven't used React with TS before but I think I should try that to understand why core React is not as TS ready as Angular.