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