Closed megoth closed 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.
Propose: LiveStore extends ConnectedStore - adding updater ConnectedStore extends Store - adding fetcher
As I have added the requests of Tim, I consider this PR approved.
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.