DEV Community

Discussion on: Should I build the same project in multiple web frameworks?

Collapse
 
razbakov profile image
Aleksey Razbakov

I would recommend you to start with vuejs.org/tutorial/
This tutorial includes building a simple todo list app. It will give you the very important basic knowledge. To level up you will need to read the whole guide. Once you are comfortable with Vue, learn Nuxt.js. Vue is the easiest js framework to start with. Other frameworks are very similar.

The mastery comes from solving complex problems, they didn't appear to me right away, only when I started building complex projects and started creating my components. Here I prepared a few challenges based on my experience.