willianjusten/nba-remix

Create cookies utils to set and get the `favoriteTeam`

willianjusten opened this issue · 2 comments

Create cookies utils to set and get the `favoriteTeam`

Hey, what's up?!

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

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