-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Demand Pre-Render #1456
Comments
I don't want SSR for sure! |
This is a very interesting idea. @developit we should probably do this |
@Debdut curious about your use case, where and when would you like to trigger this additional prerendering?
|
I trigger this when a request comes in |
If you create partial builds which can attach to previous build without deleting it, it works too |
So basically cached SSR? |
Yeah, thanks for the terminology |
I wonder what would the setup look like?
or
|
First one sounds better |
Do you want to request a feature or report a bug?
Feature
On Demand Pre-Render
What is the current behaviour?
I can pre-render only while building using
After the build is created, I am not able to pre-render without deleting previous build.
I am building an E-commerce site, when new products are added, I want to pre-render them and only those product pages, keeping rest of my previous build. Is it possible to create a system, when new pages are pre-rendered on demand?
The text was updated successfully, but these errors were encountered: