497 Views
Is React.js really a functional framework? I would say no, it has an object oriented nature. Its components are declared like classes, instatiated before they are rendered, and their methods are being called in a very natural OO way.
0 comments