Skip to content

Instantly share code, notes, and snippets.

@ycjcl868
Created May 14, 2020 05:24
Show Gist options
  • Save ycjcl868/3d4dac782b1e6e8385d4fe7c1fc60ed5 to your computer and use it in GitHub Desktop.
Save ycjcl868/3d4dac782b1e6e8385d4fe7c1fc60ed5 to your computer and use it in GitHub Desktop.
esbuild-react
import * as React from 'react';
import * as ReactDOM from 'react-dom';
ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment