DEV Community

Discussion on: Should I use frameworks or libraries such as Angular, React, or VueJS or not?

Collapse
 
ericpaulbasbas profile image
ericpaulbasbas

I'm actually leaning towards React, but before dwelling into it, just want to justify the use. I don't want to use React just because it is hot/cool/trending now but the benefits I'll have of using it. BTW, thanks for that quick response.

Collapse
 
genichm profile image
genichm

When developing single page applications managing page states, routing and templates is real headache. React gives you all mentioned above and helps to write clear good fragmented code. From other side each framework limits you in it's logic. So clear answer not exists. What can I say that I used AngularJS for year and half, last half year using React and little bit used backbone, React is clear winner between the frameworks.