Become a member
Sign in
Jimmy Maher
Jimmy Maher

Jimmy Maher

55 Following
33 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Jimmy Maher

See more

From Handling User Input in React  — CRUD by John Kagga

Now that we have a reference to the text entered by the user, we need to add it to state when the save button is clicked. To do this effectively, we need to add an onSubmit event handler to the form element which will be called when the save (submit) button is clicked. This onSubmit handler attribute expects a function which will be executed when the save button is …

From Handling User Input in React  — CRUD by John Kagga

In situations where the form you are dealing with is relatively simple and only requires submission of user data with no dynamic UI updates during user input, or input formatting before submission, uncontrolled components could be a better choice.

From Handling User Input in React  — CRUD by John Kagga

=> They allow for custom input formatting before submission for example converting all entered email addresses to lowercase before form submission

Claps from Jimmy Maher

See more

Handling User Input in React  — CRUD

John Kagga

Tutorial: Prototype a Simple To-Do App Using Origami Studio and Firebase

Steve Saul

Passing Data Between React Components

Ruth M. Pardee