1. React
  2. ReactFoo
  3. 2017
  4. Componentization Patterns in React

Componentization Patterns in React

Abraar Syed at ReactFoo 2017

React is one of the most popular libraries for front end development. With its dramatic rise, there have been considerable amount of patterns that have emerged out while breaking the applications into independent components. While some patterns enhance the structuring of client side components and improve the overall engineering process, others cause unforeseen problems in the long run. This talk focuses on the following key aspects: 1) Recognising few of such componentization patterns 2) Understanding their pros and cons 3) Going through some sample case studies