✕ Clear all filters
10 articles

📰 Dev.to · ujja

10 articles · Updated every 3 hours · View all reads

All Articles 67,239Blog Posts 99,885Tech Tutorials 16,242Research Papers 13,808News 12,532 ⚡ AI Lessons
We’ve leaned on generative AI to make navigating our legacy Angular code less painful. The stats in this blog, like which components are purely legacy versus newly added are analyzed by Claude Code.
Dev.to · ujja 3mo ago
We’ve leaned on generative AI to make navigating our legacy Angular code less painful. The stats in this blog, like which components are purely legacy versus newly added are analyzed by Claude Code.
How We’re Surviving 600+ Legacy Angular Components While...
How We’re Surviving 600+ Legacy Angular Components While Migrating to Next.js, GraphQL, and a Monorepo
Dev.to · ujja 3mo ago
How We’re Surviving 600+ Legacy Angular Components While Migrating to Next.js, GraphQL, and a Monorepo
Introduction If you've worked on a long-lived frontend, you already know the story. The...
Shadow DOM Tailwind and shadcn/ui all have their strengths, but they do not always play nicely together. Sometimes you just have to compromise. Use Shadow DOM only for simple components, let portals work normally, and accept a bit of global CSS.
Dev.to · ujja 3mo ago
Shadow DOM Tailwind and shadcn/ui all have their strengths, but they do not always play nicely together. Sometimes you just have to compromise. Use Shadow DOM only for simple components, let portals work normally, and accept a bit of global CSS.
I Know This Will Upset Some Devs, but Tailwind + Shadcn/ui +...
I Know This Will Upset Some Devs, but Tailwind + Shadcn/ui + Shadow DOM = Pain
Dev.to · ujja 3mo ago
I Know This Will Upset Some Devs, but Tailwind + Shadcn/ui + Shadow DOM = Pain
This recent post Is Learning CSS a Waste of Time in 2026? (by @sylwia-lask) really hit me,...
Anyone who’s tried to stitch React into an Angular codebase knows it’s not magic.
Web Components help—but they also introduce their own quirks (looking at you, styling + change detection 👀).
Dev.to · ujja 6mo ago
Anyone who’s tried to stitch React into an Angular codebase knows it’s not magic. Web Components help—but they also introduce their own quirks (looking at you, styling + change detection 👀).
Web Components in Angular: Integrating React Components Across...
Web Components in Angular: Integrating React Components Across Framework Boundaries
Dev.to · ujja 6mo ago
Web Components in Angular: Integrating React Components Across Framework Boundaries
Context Our Angular 14.3.0 app reached end-of-life in November 2023. Rather than upgrading...