Use forms with or without client-side JavaScript--no code duplication required!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TheoryOfNekomata 34408df124 Initial commit 8 月之前
packages Initial commit 8 月之前
.editorconfig Initial commit 8 月之前
.gitignore Initial commit 8 月之前
README.md Initial commit 8 月之前
pnpm-lock.yaml Initial commit 8 月之前
pnpm-workspace.yaml Initial commit 8 月之前

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