Introduction

Powerful State Management for React

This library offers two highly optimized state management solutions for React applications:

Hierarchical Store: Best for complex, nested state structures.

  • Intuitive dot notation for accessing nested properties
  • Flexible updates at any level of the object tree
  • Ideal for forms, configurations, and deeply nested data

Collection Store: The fastest collection store available for React.

  • Unparalleled performance for large datasets
  • Optimized for frequent updates and reads
  • Perfect for high-performance lists, tables, and dynamic data sets

Key benefits:

  • 🚀 Lightweight and blazingly fast
  • 🎯 Granular control over component re-renders
  • 🔄 Automatic and efficient React component updates
  • 🛠 DevTools integration for easy debugging
  • 🎣 Simple API with React hooks support

Unique features:

  • Fine-grained subscriptions: Subscribe to specific paths or keys to minimize unnecessary re-renders
  • Optimized update batching: Efficiently manage multiple state changes
  • Flexible notify options: Control when to trigger re-renders for maximum performance

Choose the store that best fits your data structure and start building lightning-fast, efficient React applications today!