cowinvaccination_dbinder
v1.0.23
Published
Project Name : cowinvaccination_dbinder
Downloads
3
Readme
Project Name : cowinvaccination_dbinder
Built Using : Redux-Toolkit
Purpose : Used as a common store for both Mobile and WEB platforms.
Description : This project contains collection of REDUX ACTIONS and REDUX STATES
Slices is a combination of ACTIONS and REDUCERS. Example , CounterSlice - Contains ACTIONS (INCREMENT , DECREMENT) and STATE (counter : 0)
CreateSlices only for Entities