form-actions
form-actions
A set of features and composables to interact with forms and server data.
Nuxt Form Actions
๐ Welcome to Nuxt Form Actions !
Form Actions and Server Loaders paradigms for Nuxt.
- Form Actions are a convenient way to send data to your server using native HTML forms that can be progressively enhanced.
- Server Loaders are a convenient way to load type-safe data from your server into your pages and components, without manually fetching from an API route.
๐ Documentation
You can find the documentation here. You can find examples here.
๐ฆ Contributing
Contributions, issues and feature requests are welcome!
- Fork this repo
- Install
bun
. - Use
bun i
at the mono-repo root. - Make modifications and follow conventional commits.
- Open a PR ๐๐๐