https://github.com/webmasterdevlin/react-redux-typescript
React Redux Typescript in Saga, Thunk, and Toolkit
https://github.com/webmasterdevlin/react-redux-typescript
react redux redux-toolkit saga thunk typescript
Last synced: 11 months ago
JSON representation
React Redux Typescript in Saga, Thunk, and Toolkit
- Host: GitHub
- URL: https://github.com/webmasterdevlin/react-redux-typescript
- Owner: webmasterdevlin
- License: mit
- Created: 2020-01-07T16:28:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:56:46.000Z (over 3 years ago)
- Last Synced: 2025-02-11T13:22:02.816Z (over 1 year ago)
- Topics: react, redux, redux-toolkit, saga, thunk, typescript
- Language: TypeScript
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## React TypeScript Redux with Thunk, Saga, and Redux Toolkit
#### React-Router lazy-loading routes
#### Pre-commit hook setup
- https://dev.to/juliang/configuring-prettier-and-typescript-compiler-as-a-pre-commit-hook-44jh
or run this
```sh
$ npx mrm lint-staged
```
### To run the project after cloning
Create or go to your demo directory then run the following in the terminal or cmd.
```sh
$ git clone https://github.com/webmasterdevlin/heroes-redux-typescript.git
$ cd heroes-redux-typescript
$ npm install
$ npm run start:fullstack
```
The React app and the fake web service will run concurrently.
