community icon indicating copy to clipboard operation
community copied to clipboard

Refactor newsletter archive with SSR and staged fetching tech

Open EiffelFly opened this issue 3 years ago • 1 comments

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 avatar Feb 22 '22 10:02 EiffelFly

@EiffelFly, I have current implementation, which have

  • SSR Implemented
  • and have pagination

added below.

screen-capture (2).webm

iamnamananand996 avatar Mar 19 '23 16:03 iamnamananand996