pris54 / reactjs-simple-form

Simple form exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reactjs-simple-form

This is a simple learning exercise, there are better ways to create a form, see for example https://github.com/mozilla-services/react-jsonschema-form

This example is made of a single component, it uses an object to setup the form, that is, the functions are generic enough to render the output based on that initial object.

Form fields included are: input, textarea, select and button.

ES6 is not used but JSX is.

To use the form, clone the repository locally and open form.html in your browser.

ReactJS form

About

Simple form exercise

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.0%