✳flâneur — a map of the web's best reading
Forms – React
reactjs.org · 1,862 words · saved by 1 readers
A JavaScript library for building user interfaces
These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach modern React and include live examples: <input> <select> <textarea> HTML form elements work a bit differently from other DOM elements in React, because form elements naturally keep some internal state. For example, this form in plain HTML accepts a single name: < form > < label > Name: < input type = " text " name = " name " /> </ label > < input type = " submit " value = " Submit " /> </ form > This form has the default HTML form behavior of browsing to a new page when the user
Explore this link on the map →saved by
related reading
- Tutorial: Tic-Tac-Toe – Reactreactjs.org
- React Form Library | Getting Started Guidesurveyjs.io
- React graph viscrubier.github.io
- Guides: Forms | Next.jsnextjs.org
- React Form Builder | Generate dynamic HTML forms using JSONsurveyjs.io
- Thinking in React – Reactreact.dev
- How to Live By Your Values This Yearevery.to
- uiSchema | react-jsonschema-formrjsf-team.github.io
- The Paradox of Controlevery.to
- Common Beginner Mistakes with React • Josh W. Comeaujoshwcomeau.com
- Be Sincere—Not Seriousevery.to
- Tutorial: Tic-Tac-Toe – Reactbeta.reactjs.org