git.fiddlerwoaroof.com
Browse code

Add dux logo

Ed Langley authored on 15/06/2017 19:02:35
Showing 1 changed files
... ...
@@ -1,8 +1,10 @@
1
-# Routedux — Routes the Redux Way [![npm version](https://badge.fury.io/js/routedux.svg)](https://badge.fury.io/js/routedux) [![Build Status](https://travis-ci.org/cjdev/routedux.svg?branch=master)](https://travis-ci.org/cjdev/routedux)
1
+# Routedux — Routes the Redux Way [![npm version](https://badge.fury.io/js/routedux.svg)](https://badge.fury.io/js/routedux) [![Build Status](https://travis-ci.org/cjdev/routedux.svg?branch=master)](https://travis-ci.org/cjdev/routedux) 
2 2
 
3
-Routedux routes URLs to Redux actions and vice versa. 
3
+<img alt="Route Dux" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Ducks_crossing_the_road_sign.png/92px-Ducks_crossing_the_road_sign.png" align="right" />
4 4
 
5
-Your application doesn't need to know it lives in a browser, but your users want pretty urls and deep links.
5
+Routedux (:duck: :duck: :duck:) routes URLs to Redux actions and vice versa. 
6
+
7
+Your application doesn't need to know it lives in a browser, but your users want pretty urls and deep links. 
6 8
 
7 9
 ## Wait, my application doesn't need to know it lives in a browser?
8 10
 
... ...
@@ -20,7 +22,7 @@ We think that's a good thing, but we also don't think the idea of url paths shou
20 22
 When you are developing a redux application, you want your UI to be a pure function of the current state tree.  
21 23
 
22 24
 By adding routes to that, it makes it harder to test.  And this difficulty can be compounded by other decisions about how
23
-to add routes to your application.
25
+to add routes to your application. 
24 26
 
25 27
 ## An alternative approach
26 28