Next.js
React framework with file-based routing, SSR, SSG, and API routes — the standard for production React apps.
Next.js adds server-side rendering, static generation, file-based routing, and API routes on top of React. It’s the default choice for production React applications.
// tools
// commonly used libraries
Promise-based HTTP client for the browser and Node.js — interceptors, automatic JSON …
Modern JavaScript date utility library — pure functions, immutable, tree-shakeable, and …
Create the next immutable state by mutating a draft — structural sharing under the hood, zero …
Utility library delivering modularity, performance, and extras for working with arrays, …
Powerful async state management for server data — caching, background refetching, pagination, …
TypeScript-first schema declaration and validation — parse untrusted data and infer static …