주요 콘텐츠로 건너뛰기

"tailwindcss" 태그가 포함된 2개의 글개의 글

모든 태그 보기

ISR: The Best of Both Worlds in Rendering

· 22분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

Incremental Static Regeneration

ISR gives you static speed with controlled freshness: pre-rendered pages plus revalidate windows and on-demand invalidation. This guide covers how ISR works in Next.js, how to configure it in the Pages and App Router, when to use time-based vs tag-based revalidation, and how Feature-Sliced Design keeps ISR-driven codebases modular and maintainable.

The Case for a Utility-First CSS Architecture

· 17분 읽기
Evan Carter
Evan Carter
Senior frontend

TLDR:

Utility-First CSS

Utility-first CSS replaces fragile semantic naming with small, composable utility classes that improve development speed, reduce CSS bundle size, and make refactoring safer. Learn how it compares to BEM and other approaches—and how pairing it with Feature-Sliced Design (FSD) creates a scalable, maintainable frontend architecture.