Skip to content

Instantly share code, notes, and snippets.

@thecoder8890
Created June 30, 2021 06:04
Show Gist options
  • Save thecoder8890/8aaeb3572631b6ac1e8a7346a99b050e to your computer and use it in GitHub Desktop.
Save thecoder8890/8aaeb3572631b6ac1e8a7346a99b050e to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom';
import App from 'App';
const container = document.getElementById('app');
const root = ReactDOM.createRoot(container);
root.render(‹App />);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment