0.0.20160112104505 • Published 9 years ago
react-dom-future v0.0.20160112104505
react-dom-future
This package serves as the entry point of the DOM-related rendering paths. It is intended to be paired with the isomorphic React, which will be shipped as react
to npm.
Installation
npm install react react-dom-future
Usage
In the browser
var React = require('react');
var ReactDOM = require('react-dom-future');
class MyComponent extends React.Component {
render() {
return <div>Hello World</div>;
}
}
ReactDOM.render(<MyComponent />, node);
On the server
var React = require('react');
var ReactDOMServer = require('react-dom-future/server');
class MyComponent extends React.Component {
render() {
return <div>Hello World</div>;
}
}
ReactDOMServer.renderToString(<MyComponent />);
API
react-dom-future
findDOMNode
render
unmountComponentAtNode
react-dom-future/server
renderToString
renderToStaticMarkup
0.0.20160112104505
9 years ago
0.0.20160104113652
9 years ago
0.0.20151231091618
9 years ago
0.0.20151231090730
9 years ago
0.0.20151231090307
9 years ago
0.0.20150813220306
10 years ago
0.0.20150811114922
10 years ago
0.0.20150801204813
10 years ago
0.0.20150729221307
10 years ago
0.0.20150727163016
10 years ago
0.0.20150722090435
10 years ago
0.0.20150721210610
10 years ago
0.0.20150721070919
10 years ago
0.0.20150721070621
10 years ago
0.0.20150721065622
10 years ago
0.0.20150721064921
10 years ago
0.0.20150721063837
10 years ago