# @astrojs/renderer-react This is a plugin for [Astro][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__ ```js export default { // ... renderers: [ // ... '@astrojs/renderer-react' ] } ``` ## Documentation [Astro Renderer Documentation][renderer-docs] [astro]: https://astro.build [renderer-docs]: https://docs.astro.build/reference/renderer-reference rm'>
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/webdav/internal/xml (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-25Added remote client IP to login failure error message.Gravatar dzaikos 1-2/+4
Fixes #205
2018-08-24Move Golang API client hereGravatar Frédéric Guillot 12-183/+132
2018-08-24Use canonical importsGravatar Frédéric Guillot 263-956/+962