Use forms with or without client-side JavaScript--no code duplication required!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
TheoryOfNekomata 34408df124 Initial commit il y a 1 an
packages Initial commit il y a 1 an
.editorconfig Initial commit il y a 1 an
.gitignore Initial commit il y a 1 an
README.md Initial commit il y a 1 an
pnpm-lock.yaml Initial commit il y a 1 an
pnpm-workspace.yaml Initial commit il y a 1 an

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