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

Upgrade react to 0.14 #9

Closed jhen0409 closed 9 years ago

jhen0409 commented 9 years ago

I'm trying to upgrade React, but needs to be updated together Redux.

Wait until all released, we can begin this work. :)

zalmoxisus commented 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.

zalmoxisus commented 9 years ago

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.

jhen0409 commented 9 years ago

:+1: Awesome!