Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 490 Bytes

File metadata and controls

10 lines (8 loc) · 490 Bytes

Basic Single Type

This example will log (with redux-logger) previous and current states before and after every action made to our root reducer. After startup, open the developer console in your browser to see the logs. Refer to index.js for the corresponding dispatches.

This example uses a single action type for request, success, and failure actions. Meta state transitions will update according to the action.status field.

To run

npm install
npm start