From 41872a00757b1b017ee53a180c65229dd1a64f7c Mon Sep 17 00:00:00 2001 From: aleff resler Date: Fri, 17 Feb 2023 11:16:58 -0300 Subject: [PATCH] docs: update links to examples --- .../example-projects/example-projects-pt.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects-pt.md b/docs/data/material/getting-started/example-projects/example-projects-pt.md index b7cea5a84f17c5..26f61187554fa8 100644 --- a/docs/data/material/getting-started/example-projects/example-projects-pt.md +++ b/docs/data/material/getting-started/example-projects/example-projects-pt.md @@ -8,17 +8,17 @@ Você pode encontrar alguns exemplos de projetos no repositório [GitHub](https: -- [Next.js](https://github.com/mui/material-ui/tree/master/examples/nextjs) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/nextjs-with-typescript)) -- [Create React App](https://github.com/mui/material-ui/tree/master/examples/create-react-app) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/create-react-app-with-typescript)) -- [Remix](https://github.com/mui/material-ui/tree/master/examples/remix-with-typescript) -- [Gatsby](https://github.com/mui/material-ui/tree/master/examples/gatsby) -- [Preact](https://github.com/mui/material-ui/tree/master/examples/preact) -- [CDN](https://github.com/mui/material-ui/tree/master/examples/cdn) -- [Plain server-side](https://github.com/mui/material-ui/tree/master/examples/ssr) -- [Tailwind CSS](https://github.com/mui/material-ui/tree/master/examples/tailwind-css) -- [Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) -- [Use styled-components as style engine](https://github.com/mui/material-ui/tree/master/examples/create-react-app-with-styled-components) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/create-react-app-with-styled-components-typescript)) -- [Next.js + @mui/styles (v4 migration helper)](https://github.com/mui/material-ui/tree/master/examples/nextjs-with-typescript-v4-migration) +- [Next.js](https://github.com/mui/material-ui/tree/master/examples/material-next) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/material-next-ts)) +- [Create React App](https://github.com/mui/material-ui/tree/master/examples/material-cra) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/material-cra-ts)) +- [Remix](https://github.com/mui/material-ui/tree/master/examples/material-remix-ts) +- [Gatsby](https://github.com/mui/material-ui/tree/master/examples/material-gatsby) +- [Preact](https://github.com/mui/material-ui/tree/master/examples/material-preact) +- [CDN](https://github.com/mui/material-ui/tree/master/examples/material-via-cdn) +- [Plain server-side](https://github.com/mui/material-ui/tree/master/examples/material-express-ssr) +- [Tailwind CSS](https://github.com/mui/material-ui/tree/master/examples/material-cra-tailwind-ts) +- [Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/material-vite-ts)) +- [Use styled-components as style engine](https://github.com/mui/material-ui/tree/master/examples/material-cra-styled-components) ([TypeScript version](https://github.com/mui/material-ui/tree/master/examples/material-cra-styled-components-ts)) +- [Next.js + @mui/styles (v5 migration helper)](https://github.com/mui/material-ui/tree/master/examples/material-next-ts-v4-v5-migration) Create React App é um projeto incrível para aprender React. Have a look at [the alternatives available](https://github.com/facebook/create-react-app/blob/HEAD/README.md#popular-alternatives) to see which project best fits your needs.