DEV Community

Discussion on: Best JavaScript Frameworks to Learn as a Developer

 
nombrekeff profile image
Keff • Edited

PD: I recreated the most basics of React, like rendering, virtual DOM, hooks, etc... it's easier than it seems!

I also made an Angular replacement back in the day, just to try and better understand what happens behind the scenes.

Thread Thread
 
aumayeung profile image
John Au-Yeung

You probably making your own framework if you want to create a well-organized, manageable codebase.

Might as well let the framework do that.

Thread Thread
 
nombrekeff profile image
Keff

I have to agree with you there!

 
aumayeung profile image
John Au-Yeung

I think React is less complex than Angular. React also uses plain JavaScript so you don't have to learn Angular's template syntax.

Thread Thread
 
nombrekeff profile image
Keff

Definitely, its a lot less complex, that is the main reason I use react nowadays