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.
- Loading branch information
1 parent
0c57091
commit 5a26fe2
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Tips, Guidelines, and Best Practices | ||
|
||
- **React Best Practices and Tips** | ||
http://www.toptal.com/react/tips-and-practices | ||
Several excellent guidelines for component structure and behavior | ||
|
||
- **Smart and Dumb Components** | ||
https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0 | ||
Describes how to split components into two categories for separation of concerns and reusability | ||
|
||
- **Redux Best Practices** | ||
https://medium.com/lexical-labs-engineering/redux-best-practices-64d59775802e#.ij385pwu6 | ||
Guidelines for tools, component structure, file layout, and async data handling | ||
|
||
- **"Redux Best Practices?"** | ||
https://www.reddit.com/r/javascript/comments/3p9o0j/redux_best_practices/ | ||
Short but good discussion on approaches. | ||
|
||
- **Best Practices for Building Large React Applications** | ||
http://blog.siftscience.com/blog/2015/best-practices-for-building-large-react-applications | ||
Excellent advice for structuring components and improving reuse |