Use forms with or without client-side JavaScript--no code duplication required!
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
iceform
Use forms with or without client-side JavaScript--no code duplication required!
Powered by formxtra.
Why?
- Remove dependence from client-side JavaScript (graceful degradataion)
- Allow scriptability of forms
- Improved accessibility
Features
- Emulate client-side behavior in a purely server-side manner
- HTTP compliant (respects status code semantics)
- Easy setup (adapts to how receiving requests are made in Next)
TODO
- Content negotiation (custom request data)
- Tests
- Remix support