From 361ee4b1c839f8777630f4ec4f7260dfd4c9539f Mon Sep 17 00:00:00 2001 From: James Gillmore Date: Tue, 20 Jun 2017 17:18:04 -0700 Subject: [PATCH] fix($readme): add link to pre-release article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 984a6a8d..69a920e2 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ The goal of **Redux-First Router** is to think of your app in *states*, not *routes*, not *components*, while keeping the address bar in sync. Everthing is state, not components. Connect your components and *just dispatch* ***flux standard actions.*** +> **intro article:** 🚀 https://medium.com/@faceyspacey/pre-release-redux-first-router-a-step-beyond-redux-little-router-cd2716576aea + The thinking behind this package has been: "if we were to dream up a 'Redux-first' approach to routing from the ground up, what would it look like?" The result has been what we hope you feel to be one of those "inversion of control" scenarios that makes a challenging problem *simple* when coming at it from a different angle.