Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 671 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 671 Bytes

Promise Middleware Example

The examples demonstrate using promise middleware to make async requests. There is also a simple example with just Redux. Both examples use a mocked JSON API with Faker data.

Additionally, there is a (partial) complex example that combines Redux with React and React Router. This example is not finished yet. Do you want to help finish? See issue #33.

Getting Started

  1. Install dependencies npm install
  2. Start the app: npm start
  3. Go to localhost:8000