storeEffect
This is the Effect that is used to provide a store that is globally accessible to the application.
Presentation
const storeEffect : FunctionalEffect<
(store ?: Store<object>) => Observable<null>
>;
This is the Effect that is used to provide a store that is globally accessible to the application.
const storeEffect : FunctionalEffect<
(store ?: Store<object>) => Observable<null>
>;