Back to Browse

React Design Patterns: Presentational and Container Components

26.3K views
Jul 19, 2018
6:17

The term presentational and container components refers to a design pattern within React, where components are separated into two main buckets: presentational (which are concerned with how things look) and container (which are concerned with how things work). Dan Abramov's original post on the pattern can be found here: https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0

Download

1 formats

Video Formats

360pmp47.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

React Design Patterns: Presentational and Container Components | NatokHD