https://github.com/foxbunny/react-form-example
Example of basic form handling with React
https://github.com/foxbunny/react-form-example
Last synced: 3 months ago
JSON representation
Example of basic form handling with React
- Host: GitHub
- URL: https://github.com/foxbunny/react-form-example
- Owner: foxbunny
- Created: 2022-12-18T21:34:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T22:05:31.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:32:46.345Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React form handling
This repository demonstrates a react form handling technique that takes full
advantage of native APIs without using any controlled components or refs.## Running the example
This example uses `esbuild`. To build the example, run:
```shell
npm run build
```Then open `public/index.html` in your browser. No development server is
required.