Create cookies utils to set and get the `favoriteTeam`
willianjusten opened this issue · 2 comments
willianjusten commented
Create cookies utils to set and get the `favoriteTeam`
TiagoBehenck commented
Hey, what's up?!
The idea is use the API Local Store our maybe some lib like localForage to manage the storage?
willianjusten commented
As discussed on #102 , it's better to use cookies instead of localStorage, since we work with server side stuff.