0.0.20160112104505 • Published 10 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-futureUsage
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
findDOMNoderenderunmountComponentAtNode
react-dom-future/server
renderToStringrenderToStaticMarkup
0.0.20160112104505
10 years ago
0.0.20160104113652
10 years ago
0.0.20151231091618
10 years ago
0.0.20151231090730
10 years ago
0.0.20151231090307
10 years ago
0.0.20150813220306
10 years ago
0.0.20150811114922
11 years ago
0.0.20150801204813
11 years ago
0.0.20150729221307
11 years ago
0.0.20150727163016
11 years ago
0.0.20150722090435
11 years ago
0.0.20150721210610
11 years ago
0.0.20150721070919
11 years ago
0.0.20150721070621
11 years ago
0.0.20150721065622
11 years ago
0.0.20150721064921
11 years ago
0.0.20150721063837
11 years ago