instill-core
instill-core copied to clipboard
Refactor newsletter archive with SSR and staged fetching tech
Why
Right now newsletter archive is SSG, every time we release new newsletter we have to manually re-deploy the whole site. This will cause overhead.
How
- Implement SSR
- Use pagination or staged fetching to reduce the initial load time of SSR
@EiffelFly, I have current implementation, which have
- SSR Implemented
- and have pagination
added below.
@EiffelFly Considering that the latest update time for this issue was over five weeks ago, we are closing it. If there are any updates in the future, please reopen the issue and provide the latest requirements and status. Thank you.