UNPKG

221 BJSXView Raw
1import React from 'react';
2import ReactDOM from 'react-dom';
3import Page from './page.js';
4
5const props = JSON.parse('{{@props | JSON.stringify}}');
6
7ReactDOM.hydrate(<Page {...props} />, document.getElementById('app'));
8
\No newline at end of file