Releases: do-md/zenith
Releases · do-md/zenith
Zenith 1.0.0 - Engineering-Grade React State Management
✨ Highlights
- 🧊 Immutable state powered by Immer
- ⚡ Reactive computed properties with
@memo - ⏪ Built-in undo/redo (100x memory efficient)
- 🔒 Team-friendly enforced encapsulation
- 🎯 TypeScript-first with intuitive API
📦 Installation
npm install @do-md/zenith immer
🎯 Real-World Example
Check out domd - A 20KB Markdown editor built with Zenith, handling 20,000+ lines smoothly.