Redux and Redux Saga
What is Redux?
We require a tool through which we can control the state of our apps (data). Redux is a state management tool, and that is what it does. Consider it as a storage space for all the data, which provides access to the entire app data (or,...
anshulraheja.hashnode.dev4 min read