-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Component LifeCycles #31
Comments
NOTE: |
We need to wait PR #82 to refactor reactivity system. |
i think we can use detail: #87 |
I integrated the Render Watch API in #86. To implement the Updated And BeforeUpdate Hooks, I will emit update events within this Render Watch API. |
related: #4
LifeCycles
Currently, we are working on Props in parallel with #25,
but it seems that we can proceed with LifeCycles on a separate axis, so we will continue with it during the discussion as well.
Some implementations seem to be able to start, while others cannot be started yet or require discussion.
If you have editing rights for this comment, please add the situation to the Todo.
Todo
feat(runtime-vapor): mounted & unmounted hook #46
feat(runtime-vapor): mounted & unmounted hook #46
feat(runtime-vapor): lifecycle beforeUpdate and updated hooks #89
feat(runtime-vapor): lifecycle beforeUpdate and updated hooks #89
feat(runtime-vapor): onErrorCaptured #71
feat(runtime-core): implement debug hook #183
feat(runtime-core): implement debug hook #183
The text was updated successfully, but these errors were encountered: