astro/packages/renderers/renderer-solid
github-actions[bot] 983bf72aa1
[ci] release (#2340)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12 11:30:01 -05:00
..
CHANGELOG.md [ci] release (#2340) 2022-01-12 11:30:01 -05:00
client.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
index.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
package.json [ci] release (#2340) 2022-01-12 11:30:01 -05:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00
server.js Fix renderer-solid (fix #2336) (#2359) 2022-01-11 10:31:26 -05:00
static-html.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05: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