earthstar-project / react-earthstar

A UI toolkit for making collaborative, offline-first applets for small groups.
GNU Affero General Public License v3.0
60 stars 5 forks source link

Rewrite useLocalStorageEarthstarSettings + LocalStorageSettingsWriter #54

Closed sgwilym closed 3 years ago

sgwilym commented 3 years ago

There's been a lot of weirdness with localstorage, stemming from two issues:

This PR makes the following changes:

This should close #50 and #51.

sgwilym commented 3 years ago

What this PR doesn't deal with yet is local storage updates coming from another tab. But I plan to add support for that later.