-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: useNuxtData
composable
#9262
Conversation
|
I really like this idea of optimistic UI. I would personally rename it to Happy to get feedback also from other team member |
Related PR to access data: #7569 I think Comparing to #7569:
|
Thanks for looking into this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π―
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not call useNuxtData
within a request handler. We need to update the docs here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks β€οΈ
Co-authored-by: Daniel Roe <daniel@roe.dev>
Thanks again dear @mahdiboomeri <3 A short explainer of recent changes:
|
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Pooya Parsa <pooya@pi0.io>
π Linked issue
resolves nuxt/nuxt#15582
resolves nuxt/nuxt#14924
β Type of change
π Description
It introduces a new
useNuxtData
composable.π Checklist