Use forms with or without client-side JavaScript--no code duplication required!
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
TheoryOfNekomata 34408df124 Initial commit hace 1 año
packages Initial commit hace 1 año
.editorconfig Initial commit hace 1 año
.gitignore Initial commit hace 1 año
README.md Initial commit hace 1 año
pnpm-lock.yaml Initial commit hace 1 año
pnpm-workspace.yaml Initial commit hace 1 año

README.md

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