1.0.0 • Published 3 years ago

test_application_2_dbinder v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

Project Name : test_application_2_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