This repository demonstrates a react form handling technique that takes full advantage of native APIs without using any controlled components or refs.
This example uses esbuild
. To build the example, run:
npm run build
Then open public/index.html
in your browser. No development server is
required.