
2025 Agenda
AI agents are taking over the world—well, at least the backend. But who said frontend devs should sit on the sidelines?
Disney's legendary 12 principles of animation have shaped the way we bring characters and motion to life...
We all know caching can speed up our apps - but most developers think of CacheStorage as a tool for storing assets like images, scripts, and stylesheets...
React's component model and one-way data flow give us a great mental model for building our apps, but debugging React apps can still be confusing....
Navigating large-scale changes in a codebase can be daunting—hundreds of files, numerous breaking changes, and the ever-present risk of human error. But what if you could ...
Rendering high-quality animations has never been trivial, and in today’s world...
Stop coding CSS like a developer—the key to scalable CSS architecture is thinking like a designer!
React has taken a strong turn in the direction of metaframeworks and SSR. These metaframeworks ...
Still scratching your head with how you're going to change the props just right so the little feature you're about to implement won't break anything?
In advanced front-end development, choosing a storage solution is vital for security and performance...
AI isn't here to steal your job—it’s here to make you rusty. The real threat isn't replacement; it's developers losing their edge...
In React we typically manage component behavior using props and state. But what if we need to expose controlled access to a component’s internal logic?
AI agents are taking over the world—well, at least the backend. But who said frontend devs should sit on the sidelines?
Disney's legendary 12 principles of animation have shaped the way we bring characters and motion to life...
We all know caching can speed up our apps - but most developers think of CacheStorage as a tool for storing assets like images, scripts, and stylesheets...
React's component model and one-way data flow give us a great mental model for building our apps, but debugging React apps can still be confusing....
Navigating large-scale changes in a codebase can be daunting—hundreds of files, numerous breaking changes, and the ever-present risk of human error. But what if you could ...
Rendering high-quality animations has never been trivial, and in today’s world...
Stop coding CSS like a developer—the key to scalable CSS architecture is thinking like a designer!
React has taken a strong turn in the direction of metaframeworks and SSR. These metaframeworks ...
Still scratching your head with how you're going to change the props just right so the little feature you're about to implement won't break anything?
In advanced front-end development, choosing a storage solution is vital for security and performance...
AI isn't here to steal your job—it’s here to make you rusty. The real threat isn't replacement; it's developers losing their edge...
In React we typically manage component behavior using props and state. But what if we need to expose controlled access to a component’s internal logic?
Think 3D is complex? Not anymore!...
React Server Actions offer a server-first paradigm for state updates and interactivity in React...
Modern test runners like Vitest and Jest wow us with next-level features. Think in-file concurrency, HMR, embedded Chromium, performance benchmarks - you name it...
A major shift is taking place in frontend programming that is mostly going unnoticed: the comeback of RPC (Remote Procedure Call). ...
Your React app is slow, and, yes, it’s kind of your fault. But don’t worry—you didn’t sabotage it all at once....
Step into the future of React development with the revolutionary React Compiler...
Designers dream big. Developers think in edge cases. Somewhere in between, great products are built - but not without friction...
In this talk, I’ll walk you through how AI-assisted coding reshaped our workflow, from generating component templates to enforcing consistency across our design system.
TypeScript has been tremendous in helping developers scale out for large codebases. But ...
In this live-coding session, we will see some advanced React Server Components patterns that will help us unlock the hidden new features of React...