React with hooks

With React 16.8 React hooks came to life which leveraged the function components making class based components look ugly. With state and lifecycle methods writing react functional components feels effortless.
I made the hook loosely coupled as React hooks can be added and removed as per requirement.

More by Aashish Manandhar

View profile