Use forms with or without client-side JavaScript--no code duplication required!
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
TheoryOfNekomata 34408df124 Initial commit 1 yıl önce
packages Initial commit 1 yıl önce
.editorconfig Initial commit 1 yıl önce
.gitignore Initial commit 1 yıl önce
README.md Initial commit 1 yıl önce
pnpm-lock.yaml Initial commit 1 yıl önce
pnpm-workspace.yaml Initial commit 1 yıl önce

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