Skip to content

Commit

Permalink
fix($docs): change first paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed May 2, 2017
1 parent 5cb3bad commit 8f848fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@

![redux-first-router flow chart](https://raw.githubusercontent.com/faceyspacey/redux-first-router/master/docs/redux-first-router-flow-chart.png)

At face value, the goal of **Redux First Router** is to think of your app in *states*--which, thanks to tools like Redux and React itself,
so many of us have found effective--NOT *routes*; and of course while keeping the address bar in sync.
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.**

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
Expand Down

0 comments on commit 8f848fe

Please sign in to comment.