React Hooks is an exciting new feature in the world of React.
It finally makes it possible to add state to a Function Component...something I've been wanting for a long time and I'm so glad is finally here.
This guide will walk you through: - Why Hooks? - Should I be worried? (No!) - What are Hooks? - How do I use Hooks? - How do I use useState? useEffect?