Introduction to Redux toolkit
What is Redux toolkit ?
Redux Toolkit is an official set of tools that makes using Redux easier. It reduces the extra code you usually have to write and comes with built-in features like createSlice, createAsyncThunk, and configureStore to help manag...
nikhilblogs.com7 min read