astro/packages/renderers/renderer-solid
github-actions[bot] 750c249c32
Version Packages (next) (#1796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16 13:06:58 -08:00
..
CHANGELOG.md Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
client.js Add hydration to Solid renderer (#1479) 2021-10-05 12:20:51 -04:00
index.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
package.json Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00
server.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
static-html.js [ci] yarn format 2021-10-05 16:22:58 +00:00

@astrojs/renderer-solid

This is a plugin for Astro apps that enables server-side rendering of SolidJS components.

Installation

Install @astrojs/renderer-solid and then add it to your astro.config.mjs in the renderers property:

npm install @astrojs/renderer-solid

astro.config.mjs

export default {
  // ...

  renderers: [
    // ...
    '@astrojs/renderer-solid'
  ]
}

Documentation

Astro Renderer Documentation