Skip to content

Commit

Permalink
[docs] Improve SSR example reference (mui#38651)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tassinari <[email protected]>
Co-authored-by: Danilo Leal <[email protected]>
  • Loading branch information
2 people authored and mnajdova committed Sep 8, 2023
1 parent 9ad97c9 commit 5c17d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions docs/data/material/guides/server-rendering/server-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,5 @@ ReactDOM.hydrate(<Main />, document.querySelector('#root'));

## Reference implementations

We host different reference implementations which you can find in the [GitHub repository](https://github.com/mui/material-ui) under the [`/examples`](https://github.com/mui/material-ui/tree/HEAD/examples) folder:

- [The reference implementation of this tutorial](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-express-ssr)
- [Gatsby](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-gatsby)
- [Next.js](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs) ([TypeScript version](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs-ts))

## Troubleshooting

Check out the FAQ answer: [My App doesn't render correctly on the server](/material-ui/getting-started/faq/#my-app-doesnt-render-correctly-on-the-server).
Here is [the reference implementation of this tutorial](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-express-ssr).
You can more SSR implementations in the GitHub repository under the `/examples` folder, see [the other examples](/material-ui/getting-started/example-projects/).
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The following is an up-to-date list of `@mui` public packages.
- `@mui/system`
- `@mui/styled-engine`
- `@mui/styled-engine-sc`
- `@mui/styles`

### Understanding MUI's products

Expand Down

0 comments on commit 5c17d81

Please sign in to comment.