Why hooks are the best thing to happen to React
Originally, React mainly used class components, which can be strenuous at times as you always had to switch between classes, higher-order components, and render props. With React hooks, you can now do all these without switching, using functional components.
The post Why hooks are the best thing to happen to React appeared first on Stack Overflow Blog.
http://dlvr.it/SBJ02V
http://dlvr.it/SBJ02V