0.4.2 • Published 2 years ago

@astrojs/renderer-solid v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

0.4.1-beta.0

2 years ago

0.4.1

2 years ago

0.4.2

2 years ago

0.4.0-next.0

2 years ago

0.3.0

2 years ago

0.3.1

2 years ago

0.4.0

2 years ago

0.2.0-next.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-next.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.1.0-next.0

3 years ago