Diogo Alves

React patterns

November 26, 2017

Lucas Reis fez um trabalho muito interessante ao resumir os padrões que ele tem utilizando no desenvolvimento React.

  • Vanilla or Mixed Pattern
  • The Container / View Pattern
  • The Container / Branch / View Pattern
  • Variation: Branching Higher Order Components
  • Variation: Branching Render Props
  • Provider

Outra fonte React Patterns by React Training


github stackoverflow