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:
From React-Module-Project created by SallyMcGrath: CodeYourFuture#11
Instructions:
Extract the
<button>currently in the<Restaurant />component to a new component namedRestaurantButton. Pass theorderOnefunction as a prop to the<RestaurantButton />component and use this prop in theonClickhandler.Test: