Redux In React
What is Redux?
Consider redux as a single global container also known as Store, where you can store your whole application data and later maintain the data flow to in the entire app from that global state/store.
What problems does Redux solves?
As we...
geekshivam.hashnode.dev4 min read