/redux-typescript

React Counter App with Redux & Typescript

Primary LanguageTypeScriptMIT LicenseMIT

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.

React Counter App with Redux & Typescript

Folder Structure

.
├── 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