How I created a simple yet powerful todo list using React
Created Title, Input field and add button: Created a state that holds some predefined values of todo tasks: This creates an array object todos which hold(setTodos) the values on the RHS for this particular session or State. Display the values...
Jun 30, 20212 min read58