MerleESelf / merleEcomm

practice project for a plant e commerce site.
0 stars 0 forks source link

User requests for All plants/ Home (page features) #34

Open MerleESelf opened 2 years ago

MerleESelf commented 2 years ago

image modal

quick shop drop down can be its own component that gets passed this information as props.

props to be passed include all of the above information: plant image, price, description, care, and pot size.

Handle click for this action will be defined in the parent page of all plants, and passed to plant prev. That way all returned side effects will be effective in the parent page.

use ternary logic to conditionally render the quick shop component.