An open API service indexing awesome lists of open source software.

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

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.