The evolution of React APIs and code reuse
Trace the evolution of React APIs and the mental models behind them. From mixins to hooks, to RSCs, understand the tradeoffs along the way.
Trace the evolution of React APIs and the mental models behind them. From mixins to hooks, to RSCs, understand the tradeoffs along the way.
A deep dive into the evolution of React from client-side view library to application architecture.
A deep dive on composition in React. Learn key principles for designing and building reusable components that scale.
Understand the core problems state management libraries need to solve. And how the proliferation of modern libraries address them in new ways.
A deep dive into how component based frontend architectures can implode with complexity at scale, and how to avoid it.