whetstone / redux-devtools-diff-monitor

https://www.npmjs.com/redux-devtools-diff-monitor
176 stars 14 forks source link

Update to redux 3 #19

Closed hpaul closed 9 years ago

hpaul commented 9 years ago

Tried this monitor and got more problems than help I wanted.

First, I'm using React server side rendering and 'mousetrap' could not bind to window since it not exist. Second, it's using Redux 2, but I see commits from 13 days ago and redux got to version 3 about a month ago.

It's promising, if I got time I'll update myself.

iktl commented 9 years ago

I've updated in 3.0 to use React 0.14 and Redux 3 so you should have no difficulties w.r.t versioning now.

I don't use server-side rendering but if you would like to add some logic around mousetrap not binding in a server-rendered environment I welcome the PR.