test_application_2

Project Name : test_application_2

Usage no npm install needed!

<script type="module">
  import testApplication2 from 'https://cdn.skypack.dev/test_application_2';
</script>

README

Project Name : test_application_2

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