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
- Host: GitHub
- URL: https://github.com/webmasterdevlin/heroes-hooks-redux
- Owner: webmasterdevlin
- License: mit
- Created: 2019-08-07T12:08:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:52:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T13:42:39.324Z (11 months ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
