react-tracked
State tracker
A library to track state usage and optimize re-renders for various React hooks and libraries
State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.
3k stars
20 watching
72 forks
Language: TypeScript
last commit: 15 days ago
Linked from 1 awesome list
global-statesreactreact-contextreact-hooksreduxzustand
Related projects:
Repository | Description | Stars |
---|---|---|
jamiebuilds/unstated-next | A lightweight alternative to React state management libraries like Redux | 4,177 |
pmndrs/zustand | A state management solution for React that uses simplified flux principles and doesn't wrap the app in context providers | 47,989 |
risingstack/react-easy-state | A state management library that simplifies React applications with reactive and transparent proxy-based stores. | 2,559 |
bvaughn/react-window | A React component library for efficiently rendering large lists and tabular data | 15,943 |
pmndrs/valtio | A library that turns objects into self-aware proxies to simplify managing complex state in React and Vanilla applications. | 9,104 |
dai-shi/react-hooks-global-state | A global state management system for React applications using Hooks API. | 1,101 |
dai-shi/react-context-global-state | A tool for managing global state in React applications using the Context API | 23 |
avkonst/hookstate | A state management solution for React applications based on hooks | 1,658 |
philipp-spiess/react-recomponent | A solution to manage state in React applications using reducer components with a built-in action mechanism. | 269 |
manantank/radioactive-state | A state management library that eliminates the need to manually handle state updates and re-renders | 312 |
aidenybai/million | An optimizing compiler that speeds up React by reducing virtual DOM reconciliation overhead | 16,373 |
react-boilerplate/react-boilerplate | A highly scalable, offline-first React.js project with built-in features and tools for performance, testing, and best practices. | 29,482 |
jamiebuilds/unstated | A state management library designed to simplify React applications by replicating the component state API while sharing it across multiple components. | 7,799 |
infinitered/reactotron | A desktop app for inspecting React and React Native projects | 14,934 |
thebuilder/react-intersection-observer | An implementation of the Intersection Observer API in React, enabling elements to be monitored for visibility within the viewport. | 5,082 |