DEV Community

[Comment from a deleted post]
Collapse
 
babbaamine profile image
BabbaAmine

great post .. and most importantly easy to read
will all this apply if im using a js framework (angular/react) or there are some changes ?

Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

Yes, that's the point of my article. Javascript works the same under the hood, regardless of the framework/library.

That's why investing time in learning JS internals it's well spent.

Collapse
 
jibinp profile image
Jibin Philipose

Yepp it's the same when they're being executed in the browser but there are lots of extra steps which we do to create react and angular apps and babel which is a transpiler for es6 to es5 so those steps make the optimisation in react or angular or vue.