This repository has been archived on 2022-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
hydrogen-web/doc/impl-thoughts/session-container.md
Bruno Windels 1f15ca6498 more WIP
2020-04-18 19:16:16 +02:00

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