issues
search
itenium-be
/
React-New-Features
React.js tutorial. Claim an exercise by replying to the issue. Create a PR per Task (per checkbox).
4
stars
4
forks
source link
New page: Favourited socks
#7
Open
Laoujin
opened
5 years ago
Laoujin
commented
5 years ago
Create a PR per Task
[ ] Add a
/favorites
route
[ ] Because this is such a heavy Component, make sure to have it lazy loaded (Suspense)
[ ] Add a
Favourite
Component
[ ] Show a
SocksLine
for each favourited sock
[ ] Save the favourites in localStorage and restore on page (re)loads
[ ] With Hooks
Create a PR per Task
/favorites
routeFavourite
ComponentSocksLine
for each favourited sock