Learn React Now
Ctrlk
  • Table of Content
  • 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
  • Coding Styles
  • Handling UX Variations
  • Performance Tips
  • Styling
  • Gotchas
Powered by GitBook
On this page

Was this helpful?

Design Patterns and Techniques

Conditional in JSXAsync Nature Of setState()Dependency InjectionContext WrapperEvent HandlersFlux PatternOne Way Data FlowPresentational vs ContainerThird Party IntegrationPassing Function To setState()DecoratorsFeature FlagsComponent SwitchReaching Into A ComponentList ComponentsFormat Text via ComponentShare Tracking Logic
PreviousTable of ContentNextConditional in JSX

Last updated 5 years ago

Was this helpful?