DEV Community

Discussion on: Why is it time to move on to ReactJS ?

 
brense profile image
Rense Bakker

github.com/babel/babel typescript and javascript 😁

Thread Thread
 
brense profile image
Rense Bakker

By vanilla js I also mean, not using framework specific constructs. For example, in React everything you write within a hook is vanilla js but the hook itself is a framework construct that doesnt mean anything outside of your React project. In angular a lot of what you write are angular specific constructs that wouldnt work if you copied them somewhere that executes vanilla js. That means the learning curve for the latter is much higher and also that the stuff you learn is not transferable to other places.