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

Implement Events #7

Open
BrodaNoel opened this issue Jun 29, 2019 · 0 comments
Open

Implement Events #7

BrodaNoel opened this issue Jun 29, 2019 · 0 comments
Labels
good first issue Good for newcomers idea/proposal Sharing an idea/proposal

Comments

@BrodaNoel
Copy link
Owner

BrodaNoel commented Jun 29, 2019

Implement events. For example: "User just logged"

Should be implemented in some way like:

duix.event('USER_JUST_LOGGED'); // not sure if `duix.event` or `duix.dispatch`

duix.listen(‘USER_JUST_LOGGED’, callback);
@BrodaNoel BrodaNoel added the good first issue Good for newcomers label Jun 29, 2019
@BrodaNoel BrodaNoel added the idea/proposal Sharing an idea/proposal label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers idea/proposal Sharing an idea/proposal
Projects
None yet
Development

No branches or pull requests

1 participant