instance/src/lifecycle library

Classes

JuneService
Unlike JuneState, which serves to control events on each of its pages, JuneService is not automatically disposed (nor can be removed with June.delete()). It is ideal for situations where, once started, that service will remain in memory, such as Auth control for example. Only way to remove it is June.reset().

Mixins

JuneLifeCycleMixin
The JuneLifeCycle
JuneServiceMixin
Allow track difference between JuneServices and JuneStates