DEV Community

Discussion on: When REACT is too much, what do you go with?

 
theowlsden profile image
Shaquil Maria • Edited

That means you shouldn't be using libraries in the first place. Indeed that for the most part if you watch a tutorial, JS is explained by concepts, but those concepts are the ones you need to grasp before actually using a library or framework.

If you are struggling with JS I'd highly recommend sticking to the basics. Learn concepts about programming and the language before jumping into projects. (And go through books like this instead of just sticking to crash courses on YouTube.

PS: What are you trying to build?