You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, projects are loaded every time the user hits home. It would be better to store all projects in a Vuex store that keeps everything and only load new projects from the server, based on their timestamp.
Later, we should store projects locally in the browser using local storage (https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
The text was updated successfully, but these errors were encountered:
Currently, projects are loaded every time the user hits home. It would be better to store all projects in a Vuex store that keeps everything and only load new projects from the server, based on their timestamp.
Later, we should store projects locally in the browser using local storage (https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
The text was updated successfully, but these errors were encountered: