Files
react/src
CommitSyncScript 2af5be4c4c Support rendering different components into same node
var container = ...; // some DOM node
React.renderComponent(<div />, container);
React.renderComponent(<span />, container);

This should replace the rendered <div> with a <span>, effectively
reconciling at the root level.
(cherry picked from commit 100af48f53)
2013-06-20 10:57:26 -07:00
..
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00