Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadcowdev/forms
A model-driven, simple and typesafe approach to forms
https://github.com/deadcowdev/forms
forms hooks npmjs pnpm-monorepo react typescript
Last synced: about 1 month ago
JSON representation
A model-driven, simple and typesafe approach to forms
- Host: GitHub
- URL: https://github.com/deadcowdev/forms
- Owner: DeadCowDev
- License: mit
- Created: 2024-04-07T23:38:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:31:31.000Z (9 months ago)
- Last Synced: 2024-05-02T06:39:07.551Z (9 months ago)
- Topics: forms, hooks, npmjs, pnpm-monorepo, react, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Forms
A model-driven implementation which uses the power of Zod to create a simple and typesafe form management solution for any frontend framework or plain js, in the browser or on the server.
## Implementations and Adapters
* [Core](./packages/forms-core/README.md)
* [React](./packages/react-forms/README.md)## Contributing
If you want to contribute, please see CONTRIBUTING.md
## License
This project is licensed under the MIT License - see the [License](License) file for details.