gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.57k stars 2.51k forks source link

Enable additional logging in non-production environments #24

Closed irishbryan closed 7 years ago

irishbryan commented 7 years ago

Loving this example repo, thanks for creating :bow:. I found it helpful to enable additional logging in non-production environments so that it was easier to trace the actions being dispatched. Will defer to maintainers good judgement as to whether this makes sense to merge.

ℹ️ I also added babel-core as a dev dependency, was giving me an error.

If anyone reading this is new to redux-logger the output will look like this:

image

vkarpov15 commented 7 years ago

@EricSimons what do you think? This looks useful to me :)

EricSimons commented 7 years ago

I dig it! Thanks for the contribution :)