Use forms with or without client-side JavaScript--no code duplication required!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
TheoryOfNekomata 34408df124 Initial commit před 1 rokem
packages Initial commit před 1 rokem
.editorconfig Initial commit před 1 rokem
.gitignore Initial commit před 1 rokem
README.md Initial commit před 1 rokem
pnpm-lock.yaml Initial commit před 1 rokem
pnpm-workspace.yaml Initial commit před 1 rokem

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