DEV Community

Cover image for State management using only React Hooks

State management using only React Hooks

Brian Neville-O'Neill on September 16, 2019

Written by Ovie Okeh✏️ The Hooks API has brought with it a whole new way of writing and thinking about React apps. One of my favorite Hooks so far...
Collapse
 
sonicoder profile image
Gábor Soós

Handy function, thanks for sharing.

My first thought when passing down the state and dispatch method was to use a specific context for it.