community
community 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.