/State-of-React-uncontrolled-forms-in-2022

Forms are the backbone of the web – still in 2022! And It's actually quite nice what you can achieve easily with uncontrolled React form components and Constraint Validation API. Use the platform and let the browser do most of the heavy lifting!

Primary LanguageJavaScript

State of React uncontrolled forms in 2022

Preview

This demo is based on static HTML export with nextjs. Please refer on their documentation for further details.

Main scripts

  • npm run dev will spin up a dev server running on http://localhost:3000/
  • npm run test will run all tests in watch mode
  • npm run build will run a production-build with static HTML export in /out

Read about it

Accompanying article on Medium