Comment on From Gatsby gridlock to Astro bliss: my personal site redesignparentComments−cmgriffing1yThis is a bit misleading. You are only prevented from using UI libs that use a Provider/Context (like Mantine does) since Astro does not support Context.Things like shadcn/ui work fine, even when statically rendered.
Comments
This is a bit misleading. You are only prevented from using UI libs that use a Provider/Context (like Mantine does) since Astro does not support Context.
Things like shadcn/ui work fine, even when statically rendered.