react functional component state object not rendering in display on change
I am trying to make a react example project with a way to add a ‘project’, edit its contents, view, and delete it. Just to practice with setting/changing/saving data. I’m debating if I should make this as a functional or class component, so currently I am trying with a functional component below: https://codesandbox.io/s/quizzical-moore-5s77l0?file=/src/Projects.js:568-570 import React,… Read More react functional component state object not rendering in display on change