DEV Community

Discussion on: Discuss: When is the right stage to move from JavaScript to a JavaScript framework like React or Angular ?

Collapse
 
ben profile image
Ben Halpern

I don't think there's a perfect answer, but a rule of thumb could be once you are capable of "producing something real" with JS. Your definition of "real" may vary, but that seems like a good bar. Can you "finish" something in JS? Maybe then a good exercise would be to reimplement the same thing with a framework.