项目作者: webmasterdevlin

项目描述 :
Tour of heroes using ReactJS latest version and Easy Peasy state management library
高级语言: TypeScript
项目地址: git://github.com/webmasterdevlin/easy-peasy-course.git
创建时间: 2019-08-04T15:13:55Z
项目社区:https://github.com/webmasterdevlin/easy-peasy-course

开源协议:MIT License

下载


My version of Tour of Heroes app using ReactJS Hooks with Easy Peasy State Management.

Features

Hooks, Easy Peasy (redux with thunk wrapper), HTTP request (using axios), navigation params, 2 stores, computed values.

To run the project after cloning

Create or go to your demo directory then run the following in the terminal or cmd.

  1. $ git clone https://github.com/webmasterdevlin/heroes-easy-peasy.git
  2. $ cd features-easy-peasy
  3. $ npm install
  4. $ npm run start

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

screenshot