Framework-agnostic state management library designed for simplicity and scalability
“Xoid” is a framework-agnostic state management library designed to unify global state, local component state, finite state machines, and observable streams in the same API. With a small size (~1kB gzipped) and a focus on easy learning, Xoid aims to simplify the state management process, particularly for React users who often have to navigate different APIs for local and global state management.
To install Xoid, run the following command:
npm install xoid
Xoid is a comprehensive state management library that prioritizes seamless integration, small size, and a unified approach to managing different types of states. With features like explicit subscriptions, immutable updates, and isomorphic component logic, Xoid offers a robust solution for developers looking to streamline their state management process across various frameworks.