Skip to content

Commit

Permalink
Added section on how TGRS relates to SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
bent authored Mar 24, 2022
1 parent 72c20f7 commit 4256b40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ TGRS stands for [TypeScript](https://www.typescriptlang.org/),
[serverless](https://en.wikipedia.org/wiki/Serverless_computing). This is a
sample project that demonstrates the key technologies in this stack.

> Note that this stack does not support server-side rendering (SSR) out-of-the-box.
> For SSR to work, you'd need to introduce an additional server layer, which would
> also add extra complexity to your project. If your SEO or performance
> needs necessitate that you use SSR, I recommend you look at a framework like
> [Remix](https://remix.run) or [Next.js](https://nextjs.org). Using these
> frameworks may also eliminate the need for you to use GraphQL at all.
For a general overview of the stack and the decisions behind it, see
[Introducing the TGRS stack for web interfaces](https://shinesolutions.com/2021/07/30/introducing-the-tgrs-stack-for-web-interfaces/),
or check out [this presentation video](https://www.youtube.com/watch?v=-Idub5K7K6Q&t=209s).
Expand Down

0 comments on commit 4256b40

Please sign in to comment.