Remix.run Logo
adithyaharish 4 hours ago

Interesting approach.The lifecycle management and teardown story seems to be the main differentiator rather than state itself.How does Frond compare to Effect's Layer system? Is it essentially bringing Layer-like dependency graphs into the React runtime?

alfonsodev 4 hours ago | parent [-]

I understand it like events + state machine type of approach. Reacts only renders and emits events, and I guess the state machine imperatively will dictate to react what to render according to the result of executing whatever is in the state transition.

adithyaharish 2 hours ago | parent [-]

[dead]