From b2931ae6f5464879c6270ce8dd20472f214b285c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=A5ngberg?= Date: Sun, 26 Jan 2020 13:30:55 +0100 Subject: [PATCH] [docs] Include more info on RMUIF v2.2.0 (#19410) --- .../getting-started/example-projects/example-projects.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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):