- Tailwindcss
- Vite
- Github Pages
- ReactJS
- Redux
When creating redux. There step that you must follow.
- Install
@reduxjs/toolkitandreact-reduxvianpm - You must create a
storefirst, and laterslice- a. configureStore:
src/state/store.ts - b. createSlice:
src/state/count.slice.ts - c. export your slice actions, reducers
- d. provide store
- e. consume it with
useSelectoranddispatchfunction
- a. configureStore: