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:
No more help here because it is quite easy to create the WinePage component 😉
When it works, go to the next step to add a Back button and a Home button.
