forked from markerikson/react-redux-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add React Routing category and sort "Advanced" entries a bit
- Loading branch information
1 parent
05a3d8d
commit f1c4734
Showing
2 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### React and Routing | ||
|
||
- **Routing React Apps: The Complete Guide** | ||
https://scotch.io/tutorials/routing-react-apps-the-complete-guide | ||
An in-depth article covering use of React-Router (v2) | ||
|
||
- **Let the URL Do the Talking** | ||
http://formidable.com/blog/2016/07/11/let-the-url-do-the-talking-part-1-the-pain-of-react-router-in-redux/ | ||
http://formidable.com/blog/2016/07/19/let-the-url-do-the-talking-part-2-bargaining-and-acceptance-with-redux-and-react-router/ | ||
http://formidable.com/blog/2016/07/25/let-the-url-do-the-talking-part-3-empower-the-url-with-redux-little-router/ | ||
http://formidable.com/blog/2016/09/13/introducing-nested-routing-in-redux-little-router/ | ||
A series of articles discussing pain points when using React-Router and Redux together, and introducing a library called Redux-Little-Router as an alternative | ||
|
||
- **Do I Even Need a Routing Library?** | ||
http://jamesknelson.com/even-need-routing-library/ | ||
Another excellent article from James K Nelson that digs into the core concepts behind a topic, this time looking at what routing libraries do, issues with browser history, and what to consider when deciding on a routing approach. |