rsnext/packages/next/pages
Kara 5760ceac86
Refactor Document to prep for classic streaming (#29834)
This refactor is the first of a few changes to support "classic" (two-part)
streaming. This one should be a noop that doesn't actually change the behavior.
It re-organizes the way that functions are wrapped in Document Head/NextScript
so anything that will be part of the second flush can be separated out from the
first flush. It also adds the structure for a useMaybeDeferContent hook, but
currently always assumes that nothing should be deferred.

The next PRs will actually implement streaming.
2021-10-13 17:07:18 -05:00
..
_app.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
_document.tsx Refactor Document to prep for classic streaming (#29834) 2021-10-13 17:07:18 -05:00
_error.tsx Update client error to show link in console (#27789) 2021-08-05 10:38:06 -05:00