SilasBerger / teaching-website

My teaching website 👨‍🏫
https://teach.silasberger.ch
1 stars 0 forks source link

Consider saving non-DB state to LocalStorage #43

Open SilasBerger opened 1 month ago

SilasBerger commented 1 month ago

A good candidate for this is ToolsStore: Its values are not stored as documents in the DB. Therefore, the state gets lost when the page is reloaded. It could be useful to save such stores to LocalStorage for a more comfortable user experience.