You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only StateService knows about StateActor. StateService itself doesn't know anything about Redux used by StateActor, only knows format of messages (actions) sent to StateActor and format of State send from StateActor to UiActor.
It provides action creators to components that need it
StateActor includes TS interface definitions which components may need, they can import them directly from reciprocity-tracker-state-actor/lib/interfaces
For now it can directly import
StateActor
from https://github.com/hackers4peace/reciprocity-tracker-state-actor later we can move it to Web Worker. Few notesreciprocity-tracker-state-actor/lib/interfaces
ping @samurex
The text was updated successfully, but these errors were encountered: