UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

7 lines (5 loc) 274 B
import React from 'react'; // It's important to not define HelloWorld component right in this file // because in that case it will do full page reload on change import HelloWorld from './HelloWorld.jsx'; React.render(<HelloWorld />, document.getElementById('react-root'));