- React Bits
React Bits
有关React,你需要知道的一切
Gitbook format: https://hateonion.github.io/react-bits-CN/
原Repo地址 https://github.com/vasanthk/react-bits
Your contributions are heartily ♡ welcome. (✿◠‿◠)
新司机上路, 欢迎大家随时提issue和pr进行指正
- Design Patterns and Techniques
- ✔ ️Conditional in JSX
- ✔ Async Nature Of setState()
- ✔ Dependency Injection
- ✔ Context Wrapper
- ✔ Event Handlers
- ✔ Flux Pattern
- ✔ One Way Data Flow
- ✔ Presentational vs Container
- ✔ Third Party Integration
- ✔ Passing Function To setState()
- ✔ Decorators
- ✔ Feature Flags
- ✔ Component Switch
- ✔ Reaching Into A Component
- ✔ List Components
- ✔ Format Text via Component
- ✔ Share Tracking Logic
- Anti-Patterns
- ✔ Introduction
- ✔ Props In Initial State
- ✔ findDOMNode()
- ✔ Mixins
- ✔ setState() in componentWillMount()
- ✔ Mutating State
- ✔ Using Indexes as Key
- ✔ Spreading Props on DOM elements
- Handling UX Variations
- ? Introduction
- ✔ Composing UX Variations
- ✔ Toggle UI Elements
- ✔ HOC for Feature Toggles
- ✔ HOC props proxy
- ✔ Wrapper Components
- ✔ Display Order Variations
- Perf Tips
- ✔ Introduction
- ✔ shouldComponentUpdate() check
- ✔ Using Pure Components
- ✔ Using reselect
- Styling
- ✔ Introduction
- ✔ Stateless UI Components
- ✔ Styles Module
- ✔ Style Functions
- ✔ NPM Modules
- ✔ Base Component
- ✔ Layout Component
- ✔ Typography Component
- ✔ HOC for Styling
- Gotchas
- ✔ Introduction
- ✔ Pure render checks
- ✔ Synthetic Events
- Related Links