Open samuelstroschein opened 2 months ago
Apps will want to subscribe to lix APIs to update UIs.
Change the lix API to use a getter that can be incrementally change to include a .subscribe() api in the future.
.subscribe()
-lix.plugins +lix.plugins.get() +lix.plugins.subscribe()
Context
Apps will want to subscribe to lix APIs to update UIs.
Proposal
Change the lix API to use a getter that can be incrementally change to include a
.subscribe()
api in the future.