React in Patterns (TH)
search
⌘Ctrlk
React in Patterns (TH)
  • Introduction
  • In brief
  • Foundation
    • Communication
    • Event handlers
    • Composition
    • Controlled and uncontrolled inputs
    • Presentational and container components
  • Data flow
    • One direction data flow
    • Flux
    • Redux
  • Good to know
    • Dependency injection
    • Styling
    • Integration of third-party libraries
  • Summary
    • Summary
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Introduction

A book about common design patterns used while developing with React. It includes techniques for composition, data flow, dependency management and more.

  • Web (https://krasimir.gitbooks.io/react-in-patterns/content/)arrow-up-right

  • PDF (https://github.com/krasimir/react-in-patterns/blob/master/book.pdf)arrow-up-right

  • Mobi (https://www.gitbook.com/download/mobi/book/krasimir/react-in-patterns)arrow-up-right

  • ePub (https://www.gitbook.com/download/epub/book/krasimir/react-in-patterns)arrow-up-right

  • GitHub (https://github.com/krasimir/react-in-patterns)arrow-up-right

cover
NextIn briefchevron-right

Last updated 7 years ago