Blog
Choosing between Functional and Class Components in ReactJS Applications
Introduction: The choice between Functional and Class components was easy until Feb 2019. Functional components were stateless and Class components stateful. If there was a project that does…