Skip to content

Releases: do-md/zenith

Zenith 1.0.0 - Engineering-Grade React State Management

13 Dec 10:42

Choose a tag to compare

✨ 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.

📚 Documentation