High-performance React state management with fine-grained reactivity
Mesa provides automatic dependency tracking and path-based subscriptions, ensuring only the components that need updates actually re-render. Zero dependencies, minimal bundle size, maximum performance.
Fine-Grained Updates
Only re-render components that use changed data
Simple API
Three core functions: proxy(), useStore(), useInitSync()
Zero Dependencies
~1KB gzipped with no external dependencies