BriBourassa / Rancid-Tomatillos

2 stars 0 forks source link

component architecture plan #16

Closed BriBourassa closed 1 year ago

BriBourassa commented 1 year ago

What components do you envision needing? Where will data be stored? How will information be passed around?

BriBourassa commented 1 year ago

Possible components:

chrissycooper commented 1 year ago

Data will be stored in the App component and passed into the Collection which will map the data and return movie components. The Modal component will be conditionally rendered when the Movie component is clicked on. I wonder if the Modal component will need a state, something like isOpen: t/f, so we can toggle it based on the click.