It seems that @cycle/state was intended to be used once per app, wrapping main
. Is that true?
In other words, it seems that @cycle/state does not provide a solution for local state. And I am trying to figure out, whether reusing it inside the hierarchy could provide such a solution.
Is it possible to use it multiple times down the hierarchy for the purpose of local state?