react-form-data icon indicating copy to clipboard operation
react-form-data copied to clipboard

React mixin that will allow you to get data from an html form in a nice javascript object format.

Results 2 react-form-data issues
Sort by recently updated
recently updated
newest added

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.12.2 to 16.13.1. Release notes Sourced from react's releases. 16.13.1 (March 19, 2020) React DOM Fix bug in legacy mode Suspense where effect clean-up functions are not...

dependencies

Mixins are going away eventually. Would the right way to use this for ES6 be to make it some sort of higher-order component? Something like: `class FormDataComponent extends React.Component` And...