DEV Community

Discussion on: Is React JS a library or framework and why?

Collapse
 
huncyrus profile image
huncyrus

As far as I know, React is "just" a library, not a framework, but you can use it with other libraries and even with real frameworks.
But in short - in my eyes - it is a factory library: you type a few line, it will translate/compile it to the end result.