We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per our talk 2 weeks ago, it'd be useful to start thinking of component.use().
component.use()
The goal of this API would be to provide a way to extend components the way we extend choo with app.use().
choo
app.use()
Not quite sure on the API yet, but got a hunch that using an internal event emitter would be the way to go for this. Input very welcome!
The text was updated successfully, but these errors were encountered:
Maybe provide a function that gets a copy of this/self and emit that emits lifecycle events?
this
self
emit
Sorry, something went wrong.
yes! component middleware!
No branches or pull requests
As per our talk 2 weeks ago, it'd be useful to start thinking of
component.use()
.The goal of this API would be to provide a way to extend components the way we extend
choo
withapp.use()
.Not quite sure on the API yet, but got a hunch that using an internal event emitter would be the way to go for this. Input very welcome!
The text was updated successfully, but these errors were encountered: