1

The best Redux logger is the simplest (in-browser: console.log(store.getState())

Comments
  • 2
    window.store.store= store.store("store")
  • 0
    Oh nice, though redux logger and redux dev tools are slightly more powerful
Add Comment