Own your data principle
Effector will not force you to turn your data into abstract or custom entities โ your data are your data and effector only provides infrastructure to handle it.
That means that you should not use effectorโs entities (Store, Event, etc) to represent your data โ only to describe the surrounding logic.
- Effector Store with an array of other Stores inside โ anti-pattern, use key-value pattern instead.