React
Declarative UI library from Meta for building component-based web interfaces.
React introduced the component model and the virtual DOM to mainstream frontend development. It remains the most widely used UI library and underpins frameworks like Next.js and Remix.
// 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 …