Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add React + Material-UI + Firebase as an example project #15915

Merged
merged 4 commits into from
May 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ If you want to start with a more complete and real world example, you could take
- React Router included with a navigation example
- A docker container with an Nginx server for production build
- Created with [Create React App](https://facebook.github.io/create-react-app/)

- [React + Material-UI + Firebase](https://github.com/Phoqe/react-material-ui-firebase):
phoqe marked this conversation as resolved.
Show resolved Hide resolved
- Bootstrapped with Create React App, the same tooling works out of the box
- Built on top of Firebase with authentication working from the start
- Robust routing with React Router including error handling (404)
- Extensive mobile support with [react-swipeable-views](https://react-swipeable-views.com) for tabs