astro/packages/renderers/renderer-solid
github-actions[bot] 1d0c1d8977
[ci] release (beta) (#3007)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-06 16:40:46 -05:00
..
CHANGELOG.md [ci] release (beta) (#3007) 2022-04-06 16:40:46 -05:00
client.js fix: Nested hydration with Solid (#3003) 2022-04-06 14:42:01 -05:00
index.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
package.json [ci] release (beta) (#3007) 2022-04-06 16:40:46 -05:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00
server.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
static-html.js Upgrade Vite to latest (#2424) 2022-02-08 17:38:00 -06: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