UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

9 lines (6 loc) 288 B
/* eslint-disable node/no-unsupported-features/es-syntax, no-undef */ import React from 'react'; import { Render } from 'react-dom'; const App = () => <div>app</div>; Render(<App />, document.getElementById('root')); /* eslint-enable node/no-unsupported-features/es-syntax, no-undef */