Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active March 25, 2020 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/746b5684bab40f5df610891d94de4ad2 to your computer and use it in GitHub Desktop.
Save Porter97/746b5684bab40f5df610891d94de4ad2 to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom'
import React from 'react'
ReactDOM.render((
<h1>Offbrand React/Redux Tutorial With Stream!</h1>
), document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment