May 11, 2026 • 9 min read Building a React Design System Inside an Existing Production App How to evolve a production React application into a design system with Material UI, semantic design tokens, theme overrides, shared components, and responsive defaults. ArchitectureReactMaterial UIDesign SystemsDesign Tokens
May 5, 2026 • 7 min read Improving Async Error Handling with React Query in a Production Web App How moving async lifecycle logic from UI components into React Query hooks made request state, cache updates, and user feedback easier to maintain. ArchitectureReactReact QueryError Handling