Skip to content

Commit

Permalink
Extract Best Practices links
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 9, 2016
1 parent 0c57091 commit 5a26fe2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tips-and-best-practices.md
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

0 comments on commit 5a26fe2

Please sign in to comment.