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

Needs 'on' event listeners* for common UI ops #45

Closed
6 tasks
avoidwork opened this issue Oct 20, 2015 · 5 comments
Closed
6 tasks

Needs 'on' event listeners* for common UI ops #45

avoidwork opened this issue Oct 20, 2015 · 5 comments
Assignees

Comments

@avoidwork
Copy link
Owner

Need a hook for the following:

  • batch
  • clear
  • delete
  • error
  • set
  • sync
@avoidwork avoidwork self-assigned this Oct 20, 2015
@collinglass
Copy link

setUri would be nice too

@avoidwork
Copy link
Owner Author

wouldn't that be sync?

@avoidwork
Copy link
Owner Author

yeah, it's covered with sync, which is what it's calling 👍

@collinglass
Copy link

perfect

@avoidwork avoidwork changed the title Needs 'on' events for common UI ops Needs 'on' event listeners* for common UI ops Oct 20, 2015
@avoidwork
Copy link
Owner Author

Just to be clear, some of these become a sequence:

sync: clear > batch > set * n
batch: (set || delete)* n

I would recommend debouncing your event listeners if using 'batch', 'set' or 'delete'.

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

2 participants