Building Flexible Components with React Hooks
React Hooks have landed in React v16.8.0 which makes me really excited. Apart from handling state and lifecycle inside functional components, they also allow us to build flexible components with ease.
A flexible component is one which can be used in ...
hashnode.com
Lee
Where is the hooks?