DEV Community

Discussion on: What is your approach to learning a new Javascript framework?

Collapse
 
imben1109 profile image
Ben • Edited

My approach is to build a hello world application first.

Then, I would try different features that other framework would have.

For JavaScript Framework similar to VueJs

  • Angular
  • React
  • Ember
  • ExtJs

Common Features

  • Two-way binding
  • State Routing
  • Ajax
  • Error Handling
  • Template Rendering
  • Validation

If I thinks the framework is very awesome, I would try to study in detail.

For example

  • Life Cycle
  • Architecture
  • Third Party Library Integration
  • Back-end Integration