DEV Community

Discussion on: 4 Reasons to Use React JS for Web Development

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
kylefilegriffin profile image
Kyle Griffin

vuejs.org

"The Progressive JavaScript Framework"

Collapse
 
ianandhum profile image
Anandhu Manoj • Edited

React is not a Framework @evalenzuela , it is a " JavaScript library for building user interfaces". People often Consider React as a Framework, but react is not at all opinionated. Actually, it is a library to build a component-based structure with the virtues of Virtual DOM, Synthetic Events etc. With the new version of React(16.8.x), The class-based component architecture is also optional. (I hope I don't need to mention about JSX and all).