DEV Community

Discussion on: Beginners Guide To React Hooks : Getting Started With React Hooks🔥🔥

Collapse
 
shiven profile image
Shiven

I understand this, but as far as I can see hooks are helping in setting up internal state of the component. How can we use them for centralised state management in React? Is it possible with React Hooks?