-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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 a CDN example #10514
[docs] Add a CDN example #10514
Conversation
|
||
## The idea behind the example | ||
|
||
You can start using Material-UI with minimum Front-end infrastructure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/minimum/minimal/:
"You can start using Material-UI with minimal Front-end infrastructure, which is great for prototyping."
## The idea behind the example | ||
|
||
You can start using Material-UI with minimum Front-end infrastructure. | ||
We discourage people using this approach in production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use this approach in production though - the client has to download the entire library, regardless of which components are actually used, affecting performance and bandwidth utilisation.
|
||
You can start using Material-UI with minimum Front-end infrastructure. | ||
We discourage people using this approach in production. | ||
However, it's awesome for quick prototyping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-However, it's awesome for quick prototyping.
Merged during review... |
@mbrookes Oops. Do you want to commit the changes on master? :) |
I'm gonna work on React 16.3.0 now. |
Closes #10507
The idea behind the example
You can start using Material-UI with minimal Front-end infrastructure, which is great for prototyping. Don't use this approach in production though - the client has to download the entire library, regardless of which components are actually used, affecting performance and bandwidth utilisation.