Hello ! So I have a React question and am trying to figure out the concept of components.
I am working on a project right now. My goal is to have a user enter data on the left side and have it display as a graph on the right side. Right now the entry form is in a div on the left side and the graph display is in a div on the right side. They are both wrapped in a MainContainer component.
My question is this: Should I have each div in a separate component WITHIN the MainContainer component? Iām trying to think ahead about state and props and passing data. Any help would be greatly appreciated because this is my first true solo React project!
