Install
Frontend Web
Frameworks, SSR/SSG, CSS, design systems, accessibility, and performance budgets.
- 7 Subtopics
- 9 Tracked terms
- Last 30 days Feed window
Inside Frontend Web
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Backend & APIs
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Frontend Web
The Purple Gradient Problem: Why AI UI All Looks Alike (and How to Fix It)
3+ hour, 44+ min ago (799+ words) You can spot it in about three seconds. There's even an origin story. In August 2025, Adam Wathan โ the creator of Tailwind CSS โ posted a half-serious apology on X that got over a million views. He was sorry, he said, forโฆ...
The Illusion of String.length: How to safely count Unicode, Emojis, and Words in JS
4+ hour, 20+ min ago (173+ words) If you are building a text input that restricts users to a specific character limit (like a tweet, an SMS gateway, or an SEO meta tag), your first instinct is probably to use String.prototype.length. If you are doingโฆ...
Stop Making Your React Components Reusable | React Design
5+ hour, 44+ min ago (502+ words) In the modern React ecosystem, "reusability" has been elevated from a best practice to a full-blown theology. We are taught from our first tutorial that DRY (Don't Repeat Yourself) is the ultimate virtue. If you write the same button twice,โฆ...
Mastering Advanced Server-Side Caching Patterns in Next.js 14
8+ hour, 41+ min ago (733+ words) One of the most powerful patterns for server-side performance is fine-grained memoization. Instead of caching the entire HTTP response, we cache individual data slices. This is particularly useful when a single UI component requires data from multiple different API endpoints....
How I pick a voice input setup for PC typing (2026)
10+ hour, 24+ min ago (304+ words) I type a lot on a laptop โ chat replies, long AI prompts, the occasional email in another language โ and the bottleneck is almost always the keyboard. Voice input helps, but โvoice inputโ now means several different products that solve differentโฆ...
6+ hour, 13+ min ago (99+ words) Synchronous JavaScript executes code one statement at a time, in order. Each task generally has to finish before the next one runs.Continue reading on Medium ยป ๐ฆ๐๐ป๐ฐ๐ต๐ฟ๐ผ๐ป๐ผ๐๐ & ๐๐๐๐ป๐ฐ๐ต๐ฟ๐ผ๐ป๐ผ๐๐ ๐๐ฎ๐๐ฎ๐ฆ๐ฐ๐ฟ๐ถ๐ฝ๐. Synchronous JavaScript executes code one statement at a time, in order....
Why Generic Outreach Fails: Building Custom State Machines to Solve Real Developer Bottlenecks
11+ hour, 2+ min ago (315+ words) โWeโve all seen the boilerplate comments flooding technical boardsโgeneric copy-pasted text that misses the mark entirely. Scaling effective outreach isn't about spamming; it's about context, precision, and building the right guardrails into your workflow. โOver the past few weeksโฆ...
I Finally Built My Developer Portfolio
11+ hour, 59+ min ago (79+ words) After a lot of coding, learning, changing ideas, and rebuilding things, I finally launched my personal portfolio. I didn't want it to be just a simple "about me" page. I wanted a place where I can share: This is justโฆ...
Ship fewer JS threads โ a React Native interaction budget
13+ hour, 59+ min ago (170+ words) Users forgive a slow cold start more than a laggy tap. After the first screen, every interaction is a promise: press โ feedback within ~100ms, content within a few hundred. On a mid-range Android (or an emulator profile that matches one), timeโฆ...
Web Development Best Practices for 2026
14+ hour, 45+ min ago (891+ words) Performance is the single most impactful web development best practice in 2026, because it affects everything that matters: user experience, conversion rates, and search rankings. Google's Core Web Vitals make page speed a direct ranking factor, and users abandon slow sitesโฆ...