Is there a way to periodically update the SSR bundle? #14790
-
I have an app, it utilizes SSR approach for some pages (e.g. fetch reviews from DB). My problem: until I rebuild the bundle (with Circle CI) it doesn't update reviews page with fresh reviews, that can be added a few times per day. Is there a way to rebuild the bundle once per day or I am doing something incorrectly? That's how I fetch them:
|
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
Jul 2, 2020
Replies: 1 comment
-
You'll likely want to leverage #11552 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flppv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll likely want to leverage #11552