This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.
React Counter App with Redux & Typescript
.
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── manifest.json
│ └── robots.txt
├── README.md
├── src
│ ├── apis
│ │ ├── counter.ts
│ │ └── index.ts
│ ├── components
│ │ ├── App.tsx
│ │ ├── Counter.module.css
│ │ ├── Counter.tsx
│ │ └── index.ts
│ ├── hooks
│ │ ├── index.ts
│ │ └── redux.ts
│ ├── index.css
│ ├── index.tsx
│ ├── react-app-env.d.ts
│ ├── slices
│ │ ├── counter.ts
│ │ └── index.ts
│ └── store.ts
└── tsconfig.json