-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
[examples] add example for astro #23
Comments
In the astro repo there is an issue tracking CSS-in-JS support with some workarounds to make Emotion work – though I'm not familiar enough with Astro to really evaluate if any of them are stable enough for us to offer as an example 😅 However we could totally (and should) try making an example with Astro + Base UI since it doesn't rely on Emotion 😬 CC @samuelsycamore |
Will we sidestep all of this when the zero runtime css-in-js solution lands? mui/material-ui#38137 |
so we don't have mui support on astro yet? |
Bump. I'll need to migrate project based on Gatsby + MUI to something actually supported soon, and answer will help with figuring out the approach and correct estimation for client. |
@Sajgoniarz Have you tried MUI v6 with Pigment CSS (zero-runtime static CSS-in-JS)? |
No, This is actually my first contact with MUI anyway ;) |
Duplicates
Latest version
Summary 💡
I wonder if anyone got MUI up and running with Astro? The SSG and SSR features especially with the island structure is very well thought and I would love to migrate a project to it. But it seems (similar like NextJS app directory) that emotion is kind of a deal breaker here.
Did anyone experiment with it and got a project up and running?
Thanks!
The text was updated successfully, but these errors were encountered: