form0-react
v0.1.11
Published
React bindings for form0 ecosystem.
Maintainers
Readme
form0-react
[!WARNING] form0 is in active, very early development. Do not use in production. Expect breaking changes and unstable behavior.
form0-react is the React UI layer of the form0 ecosystem, wrapping the form0-core engine with React bindings and a lightweight set of default field renderers. It ships minimal, accessible HTML components so downstream apps can layer their own design systems on top without rewriting engine integration code.
🗂️ Documentation
[!WARNING] 🚧 Work in progress...
Requirements
- Node.js 18+
- Worker mode expects a bundler/runtime that supports ESM module workers and rewrites
new Worker(new URL('./engine-worker.js', import.meta.url), { type: 'module' }). Vite-based apps are supported. If a consumer has custom worker infrastructure, the internal hooks also acceptworkerUrlorcreateWorkeroverrides through engine options.
Contributing
Contributions are welcome! Please feel free to submit issues and pull requests.
