An open API service indexing awesome lists of open source software.

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

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.

![screenshot](./screenshot.png)