DEV Community

Discussion on: What is something that you recently learned that you wish you would have learned or understood earlier?

Collapse
 
kor3k profile image
kor3k

well, not "recently", but "all time" is for me vuejs. i used to use jquery before, and vue completely changed the way i think in javascript. it's virtual DOM, encapsulation and modularity was a total banger.
also tought me a lot of new information about the DOM and it's rendering in browsers.

and when i recall how did i struggle some times to achieve something with jquery's spaghetti api, while with vuejs the same thing is easy as pie, i wish i learned it earlier.

Collapse
 
waylonwalker profile image
Waylon Walker

I had a similar experience with react