0👍
I ended up using local storage, which is a good way to persist state without making calls to the db. This is only good if the data does need to be secured.
Source:stackexchange.com
0👍
I ended up using local storage, which is a good way to persist state without making calls to the db. This is only good if the data does need to be secured.