can-ssr-plugin-react

0.1.1 • Public • Published

can-ssr-plugin-react

A plugin for can-ssr that makes it possible to mount to can-ssr's virtual DOM.

Install

npm install can-ssr-plugin-react --save

Use

var ssr = require("ssr");

var render = ssr({}, {
	plugins: [
		"react"
	]
});

render("/cart").then( ...

License

MIT

Package Sidebar

Install

npm i can-ssr-plugin-react

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • matthewp