Skip to content

Commit

Permalink
Merge pull request reduxjs#366 from sapegin/patch-1
Browse files Browse the repository at this point in the history
Fix link to dev-tools
  • Loading branch information
gaearon committed Jul 30, 2015
2 parents ddd90c6 + 3e9474b commit 69aa402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/PriorArt.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Similarly, you can compose different asynchronous streams to turn them into acti

The question is: do you really need Redux if you already use Rx? Maybe not. It's not hard to [re-implement Redux in Rx](https://github.com/jas-chen/rx-redux). Some say it's a two-liner using Rx `.scan()` method. It may very well be!

If you’re in doubt, check out the Redux source code (there isn’t much going on there), as well as its ecosystem (for example, [the developer tools](github.com/gaearon/redux-devtools)). If you don’t care too much about it and want to go with the reactive data flow all the way, you might want to explore something like [Cycle](http://cycle.js.org) instead, or even combine it with Redux. Let us know how it goes!
If you’re in doubt, check out the Redux source code (there isn’t much going on there), as well as its ecosystem (for example, [the developer tools](https://github.com/gaearon/redux-devtools)). If you don’t care too much about it and want to go with the reactive data flow all the way, you might want to explore something like [Cycle](http://cycle.js.org) instead, or even combine it with Redux. Let us know how it goes!

0 comments on commit 69aa402

Please sign in to comment.