reactish-state
zustand
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
reactish-state | zustand | |
---|---|---|
3 | 239 | |
44 | 37,505 | |
- | 3.4% | |
6.8 | 9.0 | |
about 1 month ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
reactish-state
-
State management, possible alternatives to redux
Try reactish-state https://github.com/szhsin/reactish-state. It's a lightweight alternative to zustand/jotai
zustand
-
React State Management in 2024
Reducer-based: requires dispatching actions to update a big centralised state, often called a “single source of truth”. In this group, we have Redux and Zustand.
- Como iniciar zustand de un server page al client en NextJs
-
HTML Data Attributes: One of the Original State Management Libraries
DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes.
-
State Management Alternatives: Best Tools for React Apps
Zustand on GitHub
-
React State Management Basics
Maybe you heard about Redux, Zustand or MobX. All of them are state management libraires for React. But why would you even need one? And should you learn one now?
-
React Ecosystem in 2024
Demo: Zustand Demo
-
Angular vs. React vs. Vue.js: Comparing performance
Zustand: A lightweight alternative to popular state management solutions like Redux and MobX. It eliminates the complexities of state management by providing a minimal API that doesn’t require tons of boilerplate code. Its bundle size is 3kb minified and 1.1kb gzipped
-
🚀 Dominate React Project Startups: Insider Tips for Dev Success! 🤓
Zustand 🏗️
-
New Project: What is a good framework for a website?
Client State Machine: Zustand (great for any operations you need to do to state that are fairly complicated)
-
Is redux ecosystem still active?
Exactly. We even have an official Zustand guide to slice a store into smaller ones.
What are some alternatives?
redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development
redux - Predictable state container for JavaScript apps
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
MobX - Simple, scalable state management.
Recoil - Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
redux-devtools-extension - Redux DevTools extension.
SWR - React Hooks for Data Fetching
react-hook-form - 📋 React Hooks for form state management and validation (Web + React Native)
rtk-query - Data fetching and caching addon for Redux Toolkit
jotai - 👻 Primitive and flexible state management for React
valtio - 💊 Valtio makes proxy-state simple for React and Vanilla
bloc - A predictable state management library that helps implement the BLoC design pattern