Implementation of Learn Raw React, a simple tutorial for the first steps in React, creating a simple form.
This Raw React example is a simple form with only three fields that can be updated on runtime: name, e-mail and description. The contacts are saved locally, so you will lost the data when the page is closed or refreshed.