Using useState hook
Using Syntax :
// First method: if Your project concept is only for
// changing/add data without take the previous data
// Set
const [enteredTitle, setEnteredTitle] = useState("");
const [enteredAmount, setEnteredAmount] = useState("");
const [...
moemensaadeh.hashnode.dev1 min read