Skip to content

Commit

Permalink
[docs] Simplify Example projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 30, 2024
1 parent 77f606b commit 7be02ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Feel free to submit a pull request!

## Admin frameworks

- [React Admin](https://github.com/marmelab/react-admin): A frontend Framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.
- [React-admin](https://github.com/marmelab/react-admin): A frontend Framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.
- [refine](https://github.com/refinedev/refine): An open source, headless React-based framework for the rapid development of web applications.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<p class="description">A collection of examples, boilerplates, and scaffolds to jumpstart your next Material UI project.</p>

## Official examples
## Integrations

The following starter projects are all available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository.
The following integration examples are available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository.
These examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building.

Not sure which to pick?
Expand All @@ -23,29 +23,11 @@ Once you've chosen your preferred scaffold above, you could move on to the [Temp

For more complex prebuilt UIs, check out our [premium themes and templates](https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=example-projects-store) in the MUI Store.

## Community projects
## Community project

The following projects are maintained by the community and curated by Material UI's team.
They're great resources for learning more about real-world usage of Material UI alongside other popular libraries and tools.

### Free

- [React Admin](https://github.com/marmelab/react-admin)

- ![stars](https://img.shields.io/github/stars/marmelab/react-admin.svg?style=social&label=Star)
- A frontend framework for building B2B applications running in the browser.
- On top of REST/GraphQL APIs, using ES6, React and Material Design.

- [refine](https://refine.dev/docs/ui-integrations/material-ui/introduction/#installation):

- ![stars](https://img.shields.io/github/stars/refinedev/refine.svg?style=social&label=Star)
- An open-source, headless, React-based framework for the rapid development of web applications that supports Vite, Next.js and Remix.
- Designed for building data-intensive applications like admin panels, dashboards, and internal tools, but thanks to built-in SSR support, can also power customer-facing applications like storefronts.
- Supports Material UI to generate a complete CRUD app that follows the Material Design guidelines and best practices.
- Connectors for 15+ backend services, including REST API, GraphQL, NestJS, Airtable, Strapi, Supabase, Appwrite, Firebase, and Hasura.
- Out-of-the-box support for live/real-time applications, audit logs, authentication, access control flows and i18n.
- Advanced routing with any router library.

### Paid

- [ScaffoldHub](https://v2.scaffoldhub.io/scaffolds/react-material-ui?partner=1):
Expand Down

0 comments on commit 7be02ec

Please sign in to comment.