-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/issue 709 custom render plugin (#869)
* POC of Lit SSR for development * render lit SSR from html * add renderer API to Greenwood * mini refactor * stub out lit renderer plugin * build and serve support * update specs * fix incorrect callback assignment * refactor SSR worker for Greenwood as a plugin * support for intercepting and optimizing SSR routes and add dual SSR support for plugins * template support for SSR routes * set prerender true in spec * add minimumal support for using custom renderer to prerender static pages * lit render SSR specs * address spec TODOs * fix specs * SSR specs for development * documentation for custom renderer plugin * remove puppeteer prerendering option from SSR routes and ensure explicit SSR output for lit renderer * remove demo code
- Loading branch information
1 parent
3a644cb
commit d6d772c
Showing
62 changed files
with
2,053 additions
and
162 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
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
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
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.