Use forms with or without client-side JavaScript--no code duplication required!
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
TheoryOfNekomata 34408df124 Initial commit 1年前
packages Initial commit 1年前
.editorconfig Initial commit 1年前
.gitignore Initial commit 1年前
README.md Initial commit 1年前
pnpm-lock.yaml Initial commit 1年前
pnpm-workspace.yaml Initial commit 1年前

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