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
Hi @threepointone, thanks for your work on this library, I think it's an important step towards fractal components!
I had an interesting discussion with @tomkis1 in this issue about sagas and the problem that they access global state which breaks the fractability of a component. What's your opinion on that?
Personally, I think that a reusable/fractal component's sagas should only have access to its local reducer state (and maybe its children reducer states). I don't know how sagas are currently implemented, how hard do you think it would be to make such a change?
The text was updated successfully, but these errors were encountered:
Hi @threepointone, thanks for your work on this library, I think it's an important step towards fractal components!
I had an interesting discussion with @tomkis1 in this issue about sagas and the problem that they access global state which breaks the fractability of a component. What's your opinion on that?
Personally, I think that a reusable/fractal component's sagas should only have access to its local reducer state (and maybe its children reducer states). I don't know how sagas are currently implemented, how hard do you think it would be to make such a change?
The text was updated successfully, but these errors were encountered: