Using Redux Toolkit to Handle Asynchronous Data Requests
Before the arrival of the Redux Toolkit (initially named Redux Starter Kit) in October 2019, fetching data asynchronously from the backend via Redux is always too much of a hassle. Developers had to settle with the Redux Thunk middleware package to h...
adekolaolawale.hashnode.dev14 min read