DEV Community

Discussion on: React vs Angular: Which one should you use in 2020

Collapse
 
irsooti profile image
Daniele

Hi, nice overview!

I would add just something about the topic:

You talk about React like is a super simple library easy to use. Actually React has a lot of tricky parts, expecially if you come from another paradigm like the framework you mentioned, Angular.
It's relatively easy if you have a good enough base of javascript, otherwise it's really confusing for newbies.
React itself isn't a framework and you are free to do what you want but soon or erlier, you will noticed you installed: axios, redux, react-router-dom. De-facto what you have done is composed a framework with your libraries and your rules, if your rules sucks the development will sucks too.