Skip to content

[Question] Data store dependency #209

@mtermoul

Description

@mtermoul

I have StoreA and StoreB that need data from StoreA, do some calculation and store the stats. Anytime StoreA changes, StoreB do the calculations and store the latest stats.

Do you know how to implement this in NuclearJS?

I was thinking to use getters, since they have the ability to declare data dependency, but getters don't have a state that can store data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions