Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 320 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 320 Bytes

Basic

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.

To run

npm install
npm start