
Zustand
Tiny, fast, and scalable state management for React, minimal boilerplate, no providers, and excellent TypeScript support.
Zustand is a tiny, fast, scalable state management library for React, no providers, no boilerplate, no action types. Create a store with a single function call and access state from any component with a hook, all with excellent TypeScript support.
The modern alternative to Redux for developers who want simple state management without ceremony. Use it for global app state, component-level stores, transient UI state, and any scenario where prop drilling becomes painful. The tiny bundle size (under 1KB) makes it guilt-free.
URL
https://zustand-demo.pmnd.rs/Recommended tools

Remix
Full-stack React framework focused on web fundamentals with nested routing, server-side data loading, and progressive enhancement, now part of Shopify.

Nuxt
The intuitive Vue.js framework with hybrid rendering, auto-imports, file-based routing, and a rich module ecosystem, the Vue counterpart to Next.js.

NestJS
Progressive Node.js framework for building scalable server-side applications, uses TypeScript, decorators, and dependency injection with an Angular-inspired architecture.