zalmoxisus / crossbuilder

Building web, Electron, Cordova and Chrome apps, and cross-browser extensions with React, Redux and Webpack. "Write once, deploy everywhere" concept in practice.
MIT License
484 stars 50 forks source link

How can I log data in reducer? #41

Closed RPComp closed 8 years ago

RPComp commented 8 years ago

I am trying to log data for debugging in reducer. I want to test whether the action is handled by the reducer or not. I want to have console.log() in the reducer I have made. Can you please help me out with this issue?