0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/renderers/renderer-react
Matthew Phillips 8206421ffa Fixes solid (#1634)
* Fixes solid

* Rename the test

* Rebase with next

* Skip solid test for now
2021-10-22 16:25:38 -06:00
..
CHANGELOG.md
client.js
index.js Update renderer API for Vite (#1623) 2021-10-22 16:25:38 -06:00
package.json Update renderer API for Vite (#1623) 2021-10-22 16:25:38 -06:00
README.md
server.js Fixes solid (#1634) 2021-10-22 16:25:38 -06:00
static-html.js

@astrojs/renderer-react

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

Installation

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

npm install @astrojs/renderer-react

astro.config.mjs

export default {
  // ...

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

Documentation

Astro Renderer Documentation