@formpilot/core
v1.0.2
Published
High-performance, framework-agnostic form state engine for FormPilot
Maintainers
Readme
@formpilot/core
The framework-agnostic Proxy engine for FormPilot.
@formpilot/core is a high-performance form state engine that uses JavaScript Proxies to manage state with O(1) complexity and zero re-renders. It serves as the foundation for the entire FormPilot ecosystem.
🚀 Features
- ⚡ Zero-Render Core: Direct state manipulation via Proxies.
- 🔒 Type-Safe Paths: Advanced TypeScript inference for nested state.
- 📦 Ultra-Lightweight: ~2.8kB gzipped.
- 🛠️ Extensible: Easily adaptable to any JavaScript framework.
📦 Installation
npm install @formpilot/coreFor full documentation and usage, please visit the Main README.
