markdalgleish / react-to-html-webpack-plugin

Webpack plugin that renders React components to HTML files
MIT License
168 stars 14 forks source link

Add React 0.14 support #6

Open LabiKyo opened 9 years ago

LabiKyo commented 9 years ago

React.render is deprecated. Please use ReactDOM.render from require('react-dom') instead.

soluml commented 8 years ago

+1