jacobmind / hamburg

A simple web-app to manage your to-do list.
0 stars 0 forks source link

data store + local storage #10

Open DariosKrimsKrams opened 3 years ago

DariosKrimsKrams commented 3 years ago

build a service as a data store (normal service with name like userStore) where you save data in cookie/local storage to not loose them. So, then when reloading page, your application do not need to make another backend api call, because you already have data (for example of userInformations, but can be of tasks as well)