DEV Community

Cover image for Boilerplates
Taylor-Bracone
Taylor-Bracone

Posted on • Updated on

Boilerplates

There are a few commonalities between the boilerplate code. For starters, they all contain HTML, CSS, and JavaScript files. Another commonality is that they all have their own dependencies. Also, React and VueJS do not have typescripts. On the other hand, Angular and StencilJS do.

I have some prior experience using React and, more recently, a little bit of VueJS. Furthermore, I think that VueJS is the easiest to get going. If I were to build an application tomorrow, I would use VueJS. VueJS, from what I have learned, has responsive visual components which are easy to use and integrate. Another word that is worth mentioning pertaining to VueJS is how flexible it is.

Organizations Repo:
https://github.com/TheKodingKrab/boilerplates

Boilerplate Repo:
https://github.com/react-boilerplate/react-boilerplate

Top comments (0)