1. React
  2. ReactNext
  3. 2018
  4. Advanced Patterns - Moving Beyond Presentation and Container Components

Advanced Patterns - Moving Beyond Presentation and Container Components

Robert Herbst at ReactNext 2018

One of the first advanced React patterns we learn is to separate presentational, "dumb" components from state full and connected components called "containers". But it turns out there are a couple of other patterns that are useful when building larger react applications. This talk covers topics like how to inject services into your component tree, how to deal with different designs for different screen sizes when media queries just don't cut it, how to really keep presentation components clean and simple and where to put the complicated bits. It also touches on some of the dark arts of what's really possible with JSX.