Advanced React Design Patterns

Date
Oct 17, 2019

Writing simple react components easy but as your application or library grows in complexity, it becomes increasingly important that your components are designed in a way that makes them easy to use and easy to maintain. That's hard. In this talk, we'll discuss emerging design patterns for writing awesome React components. Using these patterns in the right circumstances will make your components fast, readable, maintainable, usable, and testable.