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...
eakansh.hashnode.dev2 min read