App Router
Modern file-system based routing with SSR, SSG, and RSC support.
A batteries-included starter focused on speed, accessibility, and DX. Designed for real-world apps—from prototypes to production.
Modern file-system based routing with SSR, SSG, and RSC support.
Pre-configured TypeScript for safer development.
TailwindCSS and shadcn/ui preset for rapid UI building.
Powerful caching, retry, and refetch control with TanStack Query.
Lightweight global UI state powered by Zustand.
ESLint, Prettier, and automatic Tailwind class sorting built in.
git clone https://github.com/minijae011030/next-template.git cd next-template pnpm i pnpm dev
pnpm build # production build pnpm start # start server pnpm lint # ESLint pnpm format # Prettier + Tailwind sort
This page demonstrates TanStack Query fetching data from the GitHub REST API. It shows loading, error, caching, and manual refetch.