DEV Community

Discussion on: Moving away from ReactJs and VueJs on front-end using Clean Architecture

Collapse
 
luiz0x29a profile image
Real AI

React is not a framework, it is just a Render library, it doesn't even manage state, a framework would do that.

Thread Thread
 
rockson_30 profile image
Rockson • Edited

It manages state. And anyway, managing state is not a requirement for being a framework. It's all about inversion of control out of the box