From 3e9474bbca5a492dc751dd1458a9408ca34676ee Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 30 Jul 2015 18:13:35 +0200 Subject: [PATCH] Fix link to dev-tools. --- docs/basics/PriorArt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/PriorArt.md b/docs/basics/PriorArt.md index 2669f0300..9814b2ec2 100644 --- a/docs/basics/PriorArt.md +++ b/docs/basics/PriorArt.md @@ -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!