Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in super-explicit mode #4

Open
glitch100 opened this issue Feb 1, 2017 · 0 comments
Open

Add in super-explicit mode #4

glitch100 opened this issue Feb 1, 2017 · 0 comments

Comments

@glitch100
Copy link
Owner

Currently the resolver for any change in the store will reverse-resolve changes.
If we have an object:

{
  a: {
    b: {
      c: {
      },
    },
   },
},

If we make a change to c it will also affect subscribers listening to b and a.
We should offer a super explicit mode so that you would have to explicitly state each level you are interested in.

You can already do this for deeper levels, however we just need to disable the reverse resolution if the mode is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant