DEV Community

Kathryn Simpson
Kathryn Simpson

Posted on • Updated on

Web Component Frameworks

What commonalities are there between the boilerplate code?
The commonalities between the Angular, React, VueJS, and StencilJS boilerplates are that they all have a source directory that contains HTLM, CSS, and JS to run the boilerplate. They also all have dependencies, with React and Angular taking longer to install than VueJS and StencilJS.

Which do you think is the easiest DX to get going?
I think that is VueJS the easiest DX to get going. It had the simplest directory layout for me I was able to find all the components I was looking for without having to search to hard.

If starting to build an "app" tomorrow, which would you prefer and why?
If I were to start building an "app" tomorrow, I would prefer to use VueJS because of it being the easiest developer experience for me. It has the least amount of steps to create a functioning application, which is to me a very big deal.

VueJS Boilerplate Repo: https://github.com/bdellegrazie/vue-hello-world
Groups Boilerplates: https://github.com/runtimeErrorsMadeEasy/boilerplates

Top comments (0)