Closed jhen0409 closed 9 years ago
Great! Added legit-tests into the list.
In few days I will finish splitting the project, so we will have a separate library for dealing with syncing states and another one for calling redux actions in background. That will be release 0.3, meantime I guess new redux-devtools will be released and we can update React in v0.4.
I delegated redux-devtools to the another extension, so now we do not have to take care here about its updates (the devtools extension should be updated automatically). Besides that, there are the following pros for a separate devtools extension:
It's a bit verbose in case of content script as we cannot include it in the manifest and fetch doesn't work with chrome-extension
protocol, but works great.
:+1: Awesome!
I'm trying to upgrade React, but needs to be updated together Redux.
Wait until all released, we can begin this work. :)