My Redux Toolkit notes
Create store.js file in the src folder, which will have all the data
you can create slices which are reducer functions what are actions based on the state of the application, this is a RTK functionality
there can be multiple slices according to the...
gauravvala.hashnode.dev3 min read