Skip to content

Commit

Permalink
Updated react-19.md (#6796)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbmongithub authored Apr 26, 2024
1 parent 057f35c commit f664028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ When React renders this component, it will see the `<title>` `<link>` and `<meta

#### You may still want a Metadata library {/*you-may-still-want-a-metadata-library*/}

For simple use cases rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. So these feature make it easier for frameworks and libraries like [`react-helmet`](https://github.com/nfl/react-helmet) to support metadata tags, rather than replace them.
For simple use cases, rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. These features make it easier for frameworks and libraries like [`react-helmet`](https://github.com/nfl/react-helmet) to support metadata tags, rather than replace them.

</Note>

Expand Down

0 comments on commit f664028

Please sign in to comment.