Skip to content

Commit

Permalink
Add reference to backbone-redux-migrator (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur authored and timdorr committed Mar 4, 2017
1 parent 35cb4a9 commit 55db7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes/MigratingToRedux.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Your process will look like this:
## From Backbone

Backbone's model layer is quite different from Redux, so we don't suggest mixing them. If possible, it is best that you rewrite your app's model layer from scratch instead of connecting Backbone to Redux. However, if a rewrite is not feasible, you may use [backbone-redux](https://github.com/redbooth/backbone-redux) to migrate gradually, and keep the Redux store in sync with Backbone models and collections.

If your Backbone codebase is too big for a quick rewrite or you don't want to manage interactions between store and models, use [backbone-redux-migrator](https://github.com/naugtur/backbone-redux-migrator) to help your two codebases coexist while keeping healthy separation. Once your rewrite finishes, Backbone code can be discarded and your Redux application can work on its own once you configure router.

0 comments on commit 55db7dd

Please sign in to comment.