-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
"Lifecycle Hooks" page feels out of place in the current order #3094
Comments
kvanvigs
added a commit
to kvanvigs/docs
that referenced
this issue
Dec 7, 2024
It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs#3094
szymonlicau
pushed a commit
to monterail/vue3-docs-pl
that referenced
this issue
Dec 9, 2024
vuejs#3125) * Add files via upload tesst * Delete test.txt * Fixed issue vuejs#3094 It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs#3094
Baroshem
added a commit
to monterail/vue3-docs-pl
that referenced
this issue
Jan 30, 2025
docs: changed lifecycle hooks to be after components basics in sidebar * Add files via upload tesst * Delete test.txt * Fixed issue vuejs#3094 It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs#3094 (#97)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The page Lifecycle Hooks is currently placed here
and it is pretty much about component lifecycle hooks; however, at this point in the guide, "components" and their "instances" have not been properly introduced yet, and the value of covering their lifecycle hooks at this point is a bit doubtful.
It feels like placing Lifecycle Hooks after Components Basics (either immediately after in Essentials, or later in Components In-Depth) would fit narratively better.
The text was updated successfully, but these errors were encountered: