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

https://github.com/webmasterdevlin/heroes-hooks-redux

Tour of heroes using ReactJS latest version and Redux state management library along with Saga and Thunk
https://github.com/webmasterdevlin/heroes-hooks-redux

Last synced: 9 months ago
JSON representation

Tour of heroes using ReactJS latest version and Redux state management library along with Saga and Thunk

Awesome Lists containing this project

README

          

# My version of Tour of Heroes app using ReactJS Hooks with Redux.

### Features

Hooks, Redux, Saga (in Heroes module), Thunk (Villains module), HTTP requests (using axios), navigation params, 2 reducers, computed values

### 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-hooks-redux.git
$ cd heroes-hooks-redux
$ npm install
$ npm run start
```

The React app and the fake web service will run concurrently.

![screenshot](./screenshot-reactjs.png)