Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Redux 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.

Getting Started

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