Nextjs + React 19 - title and meta components #62581
Unanswered
OllieJennings
asked this question in
App Router
Replies: 1 comment
-
I have done a bit of code exploration, and figured out that Next.js uses these at the end of day. See more here, #75054 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Not sure if this has been asked yet or not (couldn't find anything)
With the upcoming release of React 19 later this year: https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024.
The new
title
andmeta
components are now in canary, how is NextJS and itsgenerateMetadata
functionality going to evolve?For me,
generateMetadata
never worked as we use GraphQL and do not want to be firing more than one query per page, and therefore want to set the metadata from within the component.Beta Was this translation helpful? Give feedback.
All reactions