DEV Community

yuellian
yuellian

Posted on

Web Frameworks

COMMONALITIES

  1. They are component-based JavaScript frameworks. StencilJS, however, is just a toolchain that creates projects.
  2. VueJS, React, and Stencil use a virtual DOM while Angular uses the browser's DOM.
  3. StencilJS and Angular both use TypeScript files

DUPLICATE/OVERLAPPING

  1. package.json file
  2. All have a source directory

EASIEST DX
React. It offers a lot of flexibility and is easy to test. It also has a strong community so if a coder needs help, there is a large group of developers and supporters who might've already answered their question online.

PREFERENCE
I like the Angular framework because it is a full-fledged solution, however it is great for large-scale applications. I would prefer using React for our projects because it is really flexible and great for light weight apps. It is easier to get started and relatively small file size (100 KB).

ORGANIZATION'S BIOLERPLATE
https://github.com/IST402/boilerpoint

MY BIOLERPLATE FOR ANGULAR
https://github.com/yuellian/boilerpoint

Top comments (0)