Results 25 issues of Josh Story

## Background For a variety of reasons `html`, `head`, and `body` nodes are special in the browser and historically there has not been much heed given to these elements in...

CLA Signed

This is a pared down PR with stylesheet hoisting for Flight / Fizz / Client. - [ ] Flight support - [x] Fizz support - [x] Client support - [...

CLA Signed

When the browser parses html it will create a element even if the tag is not present. If you render at the root (either the document itself or the html...

CLA Signed

Implementation of Float for Fizz and Client. Will update with more detailed description as it gets closer to being ready

CLA Signed

Fizz currently accepts an onError callback which is provided any errors thrown during rendering. However previously the component stack was generated and sent to the client after logging the error...

CLA Signed

Updates builtin react to latest release on next channel ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors...

type: next

Currently Stacked on: #27742 On the client Hoistable Elements act much like Host Components except they render into the document head instead of in their rendered position. On the server...

CLA Signed
React Core Team

followup to: https://github.com/vercel/next.js/pull/60645 ### Background When prerendering the determination of whether a prerender is fully static or partially static should not be directly related to whether there is a postponed...

area: documentation
type: next
created-by: Next.js team
area: Font Optimization
area: tests

Updates React from 60a927d04 to 1219d57fc Also updates aliases for `react.shared-subset` to `react.react-server` ### React upstream changes - https://github.com/facebook/react/pull/28183 - https://github.com/facebook/react/pull/28125 - https://github.com/facebook/react/pull/28157 - https://github.com/facebook/react/pull/28115 - https://github.com/facebook/react/pull/28124 - https://github.com/facebook/react/pull/28163 -...

type: next
created-by: Next.js team
area: Turbopack

Closes NEXT-2317

type: next
created-by: Next.js team
area: tests