willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
210 stars 31 forks source link

Create cookies utils to set and get the `favoriteTeam` #103

Closed willianjusten closed 2 years ago

TiagoBehenck commented 2 years ago

Hey, what's up?!

The idea is use the API Local Store our maybe some lib like localForage to manage the storage? 

willianjusten commented 2 years ago

As discussed on #102 , it's better to use cookies instead of localStorage, since we work with server side stuff.