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
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
Currently we developing some architecture we we put two stores and a fetcher into another class.
Which reads like that:
Which reads a little bit odd because the
notLivePersisteris already a part of thenotLiveStore.So, what do you think to add
to the Store-Interface? 🤔
Maybe we can also add the Policy and the Parser, but that is not important as the two others IMO 😅
What do you think?