React-Redux
Why REDUX?
-Normally in React how to pass data?
The data in React always flow from parent to child component which makes it unidirectional. ( It is not possible, we can send data from child to parent ).
{ How to overcome the issue to pass data in re...
rahulranjans.hashnode.dev3 min read