Non functional React.js

added by JavaScript Kicks
1/20/2016 10:18:53 PM

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