forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pages Route Module Rendering (vercel#50404)
This starts the process of moving the rendering logic for pages into the bundle. The `render` method on the module now provides the same capability as the underlying `renderHTML` method available on the `NextNodeServer`. In the next few change sets, more layers of the rendering pipeline will shift into the bundled code, removing them from the main boot path. --------- Co-authored-by: JJ Kasper <[email protected]>
- Loading branch information
Showing
12 changed files
with
240 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.