#reacthooks
Read more stories on Hashnode
Articles with this tag
Passing data in React is straightforward. It is top to down, from the parent to the child component. But what when you need some data in the root...
In my last post, I explained what React hooks and how they relate to the function component—a type of component that was initially known as stateless...