This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules and Redux Store.
- This repository contains the best practices that can be used while creating a redux store in react with type script.
- This Store leads to a faster and reliable code that is easy to debug.
- There are 2 types of selectors present in the file , Native and Modified
- Modified selector enables to use the selected values as states , that can be directly used inside React Component.
- Store is completely configured with typescript to help while debugging.