Steps for using Redux Toolkit💻
A "slice" is a collection of Redux reducer logic and actions for a single feature in your app, typically defined together in a single file
createSlice() function →A function that accepts an initial state, an object of reducer functions, and a "slice...
chiragwrites.hashnode.dev2 min read