Redux without Profanity
Introduction
1.
Introduction to React
2.
Architecture
2.1.
Introduction to Redux
3.
Hard and fast rules for apps
4.
State management: tools and utilities for keeping sane
4.1.
Syncing data
4.2.
Normalizer
4.3.
Using Immutable.js Records
4.4.
Transforming state per component
4.5.
UI state
5.
Writing a Redux app
5.1.
ES7, Harmony and Future JS
5.2.
Scaffolding a new project
5.3.
Data loading: building a JS SDK
5.4.
Components
5.5.
Sharing Components
5.6.
Writing Middleware
5.7.
Tests
5.8.
Styles and Standards
6.
Process
6.1.
Design
6.2.
Handover
6.3.
Development process
6.4.
QA
6.5.
Testing & Feedback
7.
Examples
Powered by
GitBook
Redux without Profanity
Examples
TODO:
SDK callback middleware
Example components sharing selectors
Example HOC adapters
Example functional components with default CSS