Posts by Lucca • 23 points
2 posts
-
1
votes1
answer39
viewsQ: How to make an edit function in an entire list with 2 inputs?
I am doing a whole list and it has two inputs. My problem is that I am not being able to do an editing function for these inputs. For easy viewing I will send the code, images and codesandbox link.…
-
1
votes1
answer36
viewsQ: How to map the value of 2 inputs in React?
I’m creating a kind of Todolist in React and had the idea to use two inputs. The code is divided into 3 components: App.js: import React, { useState } from "react"; import Form from "./Form"; import…