Skip to content

lilnasy/gratelets

Repository files navigation

A collection of purpose-built, small, third-party integrations for Astro.

  • astro-adds-to-head - fix a corner case in content collections rendering. README | NPM
  • astro-client-interaction - load and hydrate framework components on first interaction. README | NPM
  • astro-dynamic-import - let your CMS decide which components to include. README | NPM
  • astro-emotion - CSS-in-Zero-JS using Emotion. README | NPM
  • astro-global - use the Astro global directly inside framework components and MDX pages. README | NPM
  • astro-prerender-patterns - control rendering modes for all pages and endpoints right from the configuration. README | NPM
  • astro-scope - get the hash used by the astro compiler to scope css rules. README | NPM
  • astro-server-only-modules - prevent certain modules from being imported into client-side code. README | NPM
  • astro-stylex - CSS-in-Zero-JS using StyleX. README | NPM
  • astro-typed-api - type-safe API routes. README | NPM