DEV Community

Discussion on: You shouldn't focus on learning JavaScript frameworks

Collapse
 
thegreytangent profile image
Jason V. Castellano • Edited

Yeah, I agree. In my experience, its very tempted to use the framework in a project once you learn it. The problem is there are many existing legacy system out there. You cannot rewrite the code for the purpose of using the framework. You need to adapt to their system and improve their code without using frameworks. Therefore, fundamentals and techniques in software engineering are the priority rather than frameworks.