react/packages/react-dom-bindings
Josh Story 84ebdc2554 [Float] support title tags as Resources (#25508)
Adds a category of Resources of type `head` which will be used to track
the tags that go into the <head>

Currently only implements for `<title>`.

titles are keyed off their textContent so each time the title changes a
new resource will be created. Currently insertion is done by prepending
in the <head>. The argument here is that the newest title should "win"
if there are multiple rendered. This also helps when a navigation or
update causes a server rendered title to hang around but it is not the
most recent one.
2022-12-03 10:41:32 -05:00
..
src [Float] support title tags as Resources (#25508) 2022-12-03 10:41:32 -05:00
package.json Move react-dom implementation files to react-dom-bindings (#25345) 2022-09-28 19:05:50 -04:00