Saturday, June 8, 2019

Why use Material-UI's styling solution CSS-In-JS

Material-UI's styling solution is inspired by many other styling libraries such as styled-components and emotion.

💅 You can expect the same advantages as styled-components.
🚀 It's blazing fast.
🧩 It's extensible via a plugin API.
⚡️ It uses JSS at its core – a high performance JavaScript to CSS compiler which works at runtime and server-side.
📦 Less than 15 KB gzipped; and no bundle size increase if used alongside Material-UI.



references:
https://material-ui.com/styles/basics/

No comments:

Post a Comment