• React at Preact
  • Introduction
  • 1. Prerequisites
  • 2. React Basics
    • 2.1. Rendering Concepts
    • 2.2. Your First React App
    • 2.3. State vs. Props
    • 2.4. Links
  • 3. Component Best Practices
    • 3.1. Dumb Components
    • 3.2. Smart Components
    • 3.3. Pages
    • 3.4. Quick Reference
    • 3.5. Links
  • 4. Our Components
    • 4.1. Links
  • 5. Flux & Reflux
    • 5.1. Actions
    • 5.2. Stores
    • 5.3. Authentication Flow
    • 5.4. Links
  • 6. CSS & Animation
    • 6.1. How Preact does CSS in React
    • 6.2. Links
    • 6.3. Authentication
  • 7. Testing
    • 7.1. Notes
  • 8. Configuration
    • 8.1. Webpack
    • 8.2. Mock API Server
    • 8.3. Links
  • 9. Dev Tools
    • 9.1. Links
  • 10. External Resources
Powered by GitBook

React at Preact

Further Reading

React Tips and Best Practices http://aeflash.com/2015-02/react-tips-and-best-practices.html

Container Components https://medium.com/@learnreact/container-components-c0e67432e005

Smart and Dumb Components https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0

JSX Gotchas https://facebook.github.io/react/docs/jsx-gotchas.html

Best practices for building large React applications http://blog.siftscience.com/blog/2015/best-practices-for-building-large-react-applications

React Style Guide http://reactjsnews.com/react-style-guide-patterns-i-like/

Refactoring React Components to ES6 Classes http://www.newmediacampaigns.com/blog/refactoring-react-components-to-es6-classes

Using React with ECMAScript 6 http://www.jayway.com/2015/03/04/using-react-with-ecmascript-6/

Best Practices for Component State in React http://brewhouse.io/blog/2015/03/24/best-practices-for-component-state-in-reactjs.html

An opinionated guide to React.js best practices and conventions https://web-design-weekly.com/2015/01/29/opinionated-guide-react-js-best-practices-conventions/