Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Frontend

Tag

Frontend

Every published article tagged with Frontend.
Illustration for The Download-as-ZIP Button That Crashes Your Users' Browsers
Web Development/Aug 11, 2026

The Download-as-ZIP Button That Crashes Your Users' Browsers

Learn how to implement a robust React download multiple files zip browser feature that handles massive archives with progress tracking and cancellation.

6 min read
ReactJavaScript
Illustration for Vite 8 Migration Guide: Breaking Changes and Upgrade Checklist
Web Development/Aug 8, 2026

Vite 8 Migration Guide: Breaking Changes and Upgrade Checklist

A complete step-by-step developer playbook to upgrade your project to Vite 8, handle the Rolldown/Oxc transition, and fix breaking changes.

7 min read
ViteFrontend
Illustration for Jane Street Built a UI Library in OCaml, Web Developers Should Pay Attention
Web Development/Aug 4, 2026

Jane Street Built a UI Library in OCaml, Web Developers Should Pay Attention

Jane Street just open-sourced Bonsai, their OCaml-based UI library. Sounds irrelevant to web devs? It's actually a signal about where frontend architecture is heading.

5 min read
Web DevelopmentFrontend
Illustration for Frontend Bundle Optimization: Eliminating Dead Code and Side Effects
Web Development/Aug 1, 2026

Frontend Bundle Optimization: Eliminating Dead Code and Side Effects

How to audit dynamic imports, parse dependency graphs, and configure bundlers to prune dead code and side-effect modules for faster page hydration.

6 min read
Web DevelopmentBest Practices
Illustration for Optimizing Core Web Vitals in Next.js App Router: LCP, FID, and CLS Practical Fixes
Web Development/Jul 30, 2026

Optimizing Core Web Vitals in Next.js App Router: LCP, FID, and CLS Practical Fixes

A comprehensive guide on diagnosing and fixing Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift issues specifically within the Next.js App Router paradigm.

8 min read
Next.jsReact
Illustration for Next.js 15 Partial Prerendering in Production
Web Development/Jul 15, 2026

Next.js 15 Partial Prerendering in Production

Learn how to configure, deploy, and optimize Next.js 15 Partial Prerendering (PPR) in production environments for faster load times.

4 min read
Next.jsReact
Illustration for The Hydration Cost: Why React Apps Feel Slow on Startup
Web Development/Jul 7, 2026

The Hydration Cost: Why React Apps Feel Slow on Startup

Under the hood of hydration in React. Discover how server-side rendering loads pages, why hydration causes startup lag, and how to optimize it.

5 min read
ReactNext.js
Illustration for Vite 8 Moves to Rolldown: What Frontend Teams Should Check First
Web Development/Jun 28, 2026

Vite 8 Moves to Rolldown: What Frontend Teams Should Check First

Vite 8 moves its build pipeline to Rolldown and Oxc. Here is what changed, why frontend teams care, and what to test before upgrading.

2 min read
ViteRolldown
Illustration for CSS Baseline 2026: The Browser Features Frontend Developers Can Start Using
Web Development/Jun 28, 2026

CSS Baseline 2026: The Browser Features Frontend Developers Can Start Using

Baseline 2026 is turning several browser features into practical defaults. Here is what frontend developers should test before adding more JavaScript.

2 min read
CSSFrontend