SolidOS / pane-registry

An index to hold all loaded solid panes, whether statically or dynamically loaded
MIT License
4 stars 0 forks source link

Adding SessionStore #5

Closed megoth closed 4 years ago

megoth commented 4 years ago

As mentioned in https://github.com/solid/solid-panes/pull/202, we might want to create a superclass of Store that ensures that Fetcher and UpdateManager is always set (this removes the need to hoist store in https://github.com/solid/solid-ui/blob/master/src/store.js).

I propose to have this part of this repository, as it is a part of the context object.

timbl commented 4 years ago

Propose: LiveStore extends ConnectedStore - adding updater ConnectedStore extends Store - adding fetcher

megoth commented 4 years ago

As I have added the requests of Tim, I consider this PR approved.