From c38e8291712fa255f3bee3585c238388fb241e5e Mon Sep 17 00:00:00 2001 From: Shardul Aeer <49580849+secretshardul@users.noreply.github.com> Date: Wed, 21 Sep 2022 11:27:11 +0530 Subject: [PATCH] [docs] Add remix example link for server rendering Signed-off-by: Shardul Aeer <49580849+secretshardul@users.noreply.github.com> --- docs/data/material/guides/server-rendering/server-rendering.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data/material/guides/server-rendering/server-rendering.md b/docs/data/material/guides/server-rendering/server-rendering.md index 66721fc5cb8410..60b14ad03b1054 100644 --- a/docs/data/material/guides/server-rendering/server-rendering.md +++ b/docs/data/material/guides/server-rendering/server-rendering.md @@ -218,6 +218,7 @@ We host different reference implementations which you can find in the [GitHub re - [The reference implementation of this tutorial](https://github.com/mui/material-ui/tree/HEAD/examples/ssr) - [Gatsby](https://github.com/mui/material-ui/tree/HEAD/examples/gatsby) - [Next.js](https://github.com/mui/material-ui/tree/HEAD/examples/nextjs) ([TypeScript version](https://github.com/mui/material-ui/tree/HEAD/examples/nextjs-with-typescript)) +- [Remix.run](https://github.com/mui/material-ui/tree/HEAD/examples/remix-with-typescript) ## Troubleshooting