Skip to main content
友田 陽大

Category

フロントエンド(Next.js / React / UI / a11y)の実装ガイド

フロントエンドは「速さ・アクセシビリティ・型安全」を最初から設計に織り込む領域です。Next.js 16のサーバー中心レンダリングとキャッシュ、React 19の新フック、Core Web Vitals、WCAG準拠のa11y、Tailwind/shadcnのデザインシステム、そしてExpoによるモバイルまで——本番運用に耐えるUI/UXの作り方を扱います。

12 articles in total

Foundational guide

Foundational guide (start here)

Next.js
React
TypeScript
パフォーマンス
アーキテクチャ設計

Next.js 16 App Router Practical Guide: Designing Cache Components and Data Fetching with Real Code

A practical guide to the Next.js 16 App Router. The Server/Client Components boundary, data fetching and waterfall countermeasures, Cache Components (use cache, cacheLife, cacheTag), PPR, and safe mutations with Server Actions — explained with working code.

29 min read

Related practical articles