Socket
Socket
Sign inDemoInstall

rax-server-renderer

Package Overview
Dependencies
15
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rax-server-renderer

Rax renderer for server-side render.


Version published
Weekly downloads
343
increased by45.34%
Maintainers
5
Install size
180 kB
Created
Weekly downloads
 

Readme

Source

rax-server-renderer npm Dependency Status Known Vulnerabilities

Rax renderer for server-side render.

Install

$ npm install --save rax-server-renderer

Usage

import {createElement, Component} from 'rax';
import renderer from 'rax-server-renderer';

class MyComponent extends Component {
  render() {
    return <div>Hello World</div>;
  }
}

renderer.renderToString(<MyComponent />);

FAQs

Last updated on 02 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc