🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Maintainable component structure is a crucial prerequisite for a stable React application. You can achieve this by writing your code in a functional way using the higher-order components (HoCs). I want to show you how to define smart HoCs and use them to enhance your presentational components. You'll also learn how to compose several HoCs to get more complex logic. Sticking to this pattern, you'll end up with reusable components that are readable and easy to test since each component is responsible only for a single task.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.