DEV Community

Frank Palmeri
Frank Palmeri

Posted on • Updated on

Web Components

During Week 3 of class, our group installed four boilerplates in the repo: Angular, Vue, React, and StencilJS.

While some boilerplates are easier to find than others, there are use-cases for each and commonalities among them.

Similar Characteristics

Each boilerplate contains a package.json file, and are all used to create a web component. Each bring about their own unique benefits, and the choice to use one over another varies from project to project.

Ease of Use

When determining which boilerplate is the easiest to use, it can be said that using Vue would allow the user to create a web component from the command line without the use of another GitHub repo, making it a solid choice in terms of starting up a new project. This accessibility would make Vue the DX I would prefer to use for building an app.

GitHub Repo:

Top comments (0)