DEV Community

Discussion on: Should You Really Learn Vanilla JavaScript Before React?

Collapse
 
ishanpro profile image
Ishan Tiwari

Learning a framework before learning the language can have a very bad impact on the person.

Me for example learned Django before I was even an intermidiate python programmer. I messed up imports and spent hours and hours dealing with the simplest bugs.

I would say if you are learning javascript learn its advanced concepts before starting off with any framework like React, Angular, Vue whatever.

Doing this will prove more beneficial to you because you will save days and months of useless googling.