DEV Community

Discussion on: Why's there so much hype around React.js?

Collapse
 
aspittel profile image
Ali Spittel

I think the component-based architecture makes code very maintainable and reusable. Especially on large projects with lots of developers. React was the first widely used framework that implemented component-based architecture rather than the usual separation of concerns between either MVC or CSS/HTML/JS.