diff --git a/docs/src/pages/getting-started/example-projects/example-projects.md b/docs/src/pages/getting-started/example-projects/example-projects.md index 558812d7f19159..8e9e4be688f435 100644 --- a/docs/src/pages/getting-started/example-projects/example-projects.md +++ b/docs/src/pages/getting-started/example-projects/example-projects.md @@ -37,12 +37,13 @@ If you want to start with a more complete and real-world example, you could take - All PWA features included (SW, Notifications, deferred installation prompt and more) - Optimized and scalable performance (all ~100 points on Lighthouse) -- [React + Material-UI + Firebase](https://github.com/Phoqe/react-material-ui-firebase): +- [RMUIF](https://github.com/phoqe/rmuif): - - Bootstrapped with Create React App, the same tooling works out of the box - - Built on top of Firebase with Authentication, Cloud Firestore, Cloud Functions, Storage, and Performance Monitoring working from the start - - Robust routing with React Router including error handling + - Bootstrapped with Create React App, the same tooling works from the get-go + - Built on top of Firebase with all their products for the web included + - Robust routing with React Router including protected routes and error handling - Extensive mobile support with full-screen dialogs and react-swipeable-views for tabs + - Cross-platform application monitoring with a focus on error reporting with Sentry - [Material Sense](https://github.com/alexanmtz/material-sense):