npm.io
9.1.0 • Published 2 months ago

inferno-server

Licence
MIT
Version
9.1.0
Deps
1
Size
167 kB
Vulns
0
Weekly
0
Stars
16.4K

inferno-server

Inferno package for working with the server

This package serves as the entry point of the Server-related rendering paths. It is intended to be paired with the isomorphic Inferno, which will be shipped as inferno to npm.

Install

npm install inferno inferno-server

Contents

  • renderToString
  • RenderQueueStream
  • RenderStream
  • renderToStaticMarkup
  • renderToString
  • streamAsStaticMarkup
  • streamAsString
  • streamQueueAsStaticMarkup
  • streamQueueAsString

Usage

import { renderToString } from 'inferno-server';

renderToString(<div>Hello world</div>, container);