can use cookies -- but we are not doing that for the following reasons:
API not as easy to use as localStorage
we've already included the parsing logic on the frontend and backend so it's no additional work
However, in hindsight it may have been better to have used cookies from the get-go because we are sending the information to the backend with every request anyway. The effect however, is pretty much the same.
can use cookies -- but we are not doing that for the following reasons:
localStorage
However, in hindsight it may have been better to have used cookies from the get-go because we are sending the information to the backend with every request anyway. The effect however, is pretty much the same.