forked from CodeYourFuture/React-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From React-Module-Project created by SallyMcGrath: CodeYourFuture#11
Instructions:
Extract the <button> currently in the <Restaurant /> component to a new component named RestaurantButton. Pass the orderOne function as a prop to the <RestaurantButton /> component and use this prop in the onClick handler.
Test:
- Clicking the button should increment the number of pizzas.
Metadata
Metadata
Assignees
Projects
Status
✅ Done