← All Articles
Category
Front-End
A focused archive of Front-End notes, implementation decisions, and practical development lessons.
Aug 20268 min read
Upgrading to Tailwind CSS v4 Without Regressing the UI
I treat Tailwind v4 as an infrastructure migration, not a redesign: establish a visual baseline, map tokens, update the build, then verify responsive, RTL, and interaction states.
Read ArticleAug 20268 min read
Migrating from CRA to Vite: When It’s Worth It and How I Avoid a Rewrite
“Vite is faster” is not enough. I audit env variables, aliases, assets, tests, production builds, and deployment assumptions before deciding whether a CRA migration is worth the risk.
Read Article
