Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 752 Bytes

File metadata and controls

17 lines (10 loc) · 752 Bytes

Wine details page

Creating the WinePage component is quite simple too. What we have to do is:

  • fetch data from the API to get the selected wine details,
  • backport the management of the comments modal.

Remember, WinePage is a Smart Component (it uses its state) and Wine must not be modified (it is a Dumb Component that only uses its props).

The component tree should look like:

Wine details page

No more help here because it is quite easy to create the WinePage component 😉

What's next

When it works, go to the next step to add a Back button and a Home button.