0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/renderers/renderer-solid
github-actions[bot] 46f02d9cf4
[ci] release (#3060)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10 20:01:00 -07:00
..
CHANGELOG.md [ci] release (#3060) 2022-04-10 20:01:00 -07: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 (#3060) 2022-04-10 20:01:00 -07:00
README.md
server.js update prettier width (#2968) 2022-04-02 14:15:41 -06:00
static-html.js

@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