-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Improve Hooks #96
Improve Hooks #96
Conversation
f77ddfc
to
68816cb
Compare
c45fc49
to
88e98e1
Compare
@brillout I think I'll go ahead with this API if you don't have any objections. |
👍 LGTM. Do some users use these hooks? If yes then we should add some |
74d3c5f
to
589e8a4
Compare
Like this? 589e8a4 |
Yes, I'd also mention that all packages need to be updated at the same time. (The commit will appear in all three |
Also maybe mentioning |
BREAKING CHANGE: All vike-vue packages need to be updated simultaneously. rename `onBeforeMountApp` to `onBeforeRenderClient` and `onAfterRenderSSRApp` to `onAfterRenderHtml` Signed-off-by: Chris-Robin Ennen <[email protected]>
589e8a4
to
d99ee00
Compare
Lmk if you think this is enough. |
It'll probably lead to a couple of users having to spend more time on migration, but I think it's ok. Free free to merge & publish. |
BREAKING CHANGE: All vike-vue packages need to be updated simultaneously. rename `onBeforeMountApp` to `onBeforeRenderClient` and `onAfterRenderSSRApp` to `onAfterRenderHtml`
Changes
onBeforeMountApp
toonBeforeRenderClient