This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/doc/impl-thoughts/session-container.md

554 B

what should this new container be called?

  • Client
  • SessionContainer

it is what is returned from bootstrapping a ... thing it allows you to replace classes within the client through IoC? it wires up the different components it unwires the components when you're done with the thing it could hold all the dependencies for setting up a client, even before login - online detection api - clock - homeserver - requestFn

we'll be explicitly making its parts public though, like session, sync, reconnector

merge the connectionstate and