Short-form thoughts and updates
Just shipped our migration to React Server Components. Initial load times dropped by 40%. The mental model shift is real but worth it.
Hot take: most state management libraries are solving problems that Server Components already handle. Fewer client-side stores, more server functions.
Reminder that CSS container queries have shipped in all major browsers. Stop reaching for JavaScript resize observers for layout changes.