DEV Community

andrewtheiller37
andrewtheiller37

Posted on • Updated on

Week 3: IST 402 - Web Component Frameworks

Comparison -
Looking at the 4 web components frameworks: Angular, React, StencilJS, and VueJS, there are some similarities. First, all of these use JavaScript as their language. Also, they have a similar file structure in the boilerplates. Angular and StencilJS use typescript while VueJS and React don't.

What I Would Choose/Easiest Developer Experience -
The framework that I would choose would be VueJS. It appears simple to use and does not require many steps to create a functioning application on it. Also, it has the least amount of files in it. There seems to be a large amount of resources and tutorials for VueJS, so that would be useful when encountering problems.

Repo - https://github.com/PaddysHub/boilerplates

Top comments (0)