diffuse
diffuse copied to clipboard
Make the browser storage option the default
People shouldn't need to select a storage method first thing. User data should be stored in the browser by default, and a clear UX should be provided to move to another storage method.
I've only seen this in the remoteStorage library and wish it was as seamless everywhere. I have it working in my multi-protocol wrapper so that someone could start in local storage and move to fission, but it's a bit verbose: https://github.com/0dataapp/0datawrap#multiple-protocols
Might also be good to make it seamless in storagestack https://github.com/jorishermans/storagestack
I think each developer shouldn't need to build this: library-level rather than app-level…
I support this.