S
SolidJS15mo ago
Max

Effector Solid binding reactivity

I wonder if anybody knows about https://www.solidjs.com/ecosystem?search=effector. Effector is a state management system that uses event and immutable stores to handle data. In the ecosystem it mentions the binding are good performance for Solid. I've had a look on https://www.solidjs.com/docs/latest#reconcile that reconcile is the suggested way to diff immutable data into react to maintain granular reactivity. Looking at https://github.com/effector/effector/tree/master/src/solid the code I don't think it uses reconcile but It may well doing something else. I think at some point I found a discussion or something where there was a mention that the bindings are mostly good there is just maybe something not ideal at first creation or something like that but I cant remember where that was. Anyone have any knowledge of this? Thanks
2 Replies
foolswisdom
foolswisdom15mo ago
I can only say that reconcile is generic, it may be that effector can do something better based on the specific way effector works (I've never used it)
Max
Max15mo ago
okay cool good to know thanks