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.
- Install dependencies
npm install
- Start the app:
npm start
- Go to localhost:8000