DON'T use class components any more (for this and next tasks).
Reimplement the React list of goods using hooks. Take all you need from youy solution for the previous task.
Here is the working version
- Implement a solution following the React task guideline.
- Use the React TypeScript cheat sheet.
- Open one more terminal and run tests with
npm test
to ensure your solution is correct. - Replace
<your_account>
with your Github username in the DEMO LINK and add it to the PR description.