neviaumi/project-bootstrap-aws-nest-react

use SSR on web ?

neviaumi opened this issue · 0 comments

It benefit for

  • Deployment without CloudFront (faster spin up environment stack )
  • SEO
  • Auth with authorization code flow rather then PKCE

with drawback

  • Have to introduce new framework like remix / next ...etc.
  • Client Caching lead to complex
  • Talk between api and web toward to difficult , which token i should use ?