Monday, April 17, 2017

Angular 2.0 vs Polymer


Hi guys! Before I start comparing these two javascript frameworks/libraries it's important to understand how the way of web development is changing and how the new frameworks are trying to facilitate that change.


The new way of web development

Components

  • Modular design and development are popular principles among developers. In web development world, components based development has evolved on the principle of modularity. 
  • Modular code is easy to maintain and reuse. There is less likelihood of bugs due to the smaller, isolated, more testable codebase. 
  • Frameworks like Angular, Ember, React, Backbone, and others have provided their own solutions for componentization on the web.