Skip to content

Instantly share code, notes, and snippets.

@eamonnboyle
Last active February 22, 2021 15:10
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 eamonnboyle/2a872eb0d3bd7f28270cd3b10933168b to your computer and use it in GitHub Desktop.
Save eamonnboyle/2a872eb0d3bd7f28270cd3b10933168b to your computer and use it in GitHub Desktop.
Weather App Tutorial - Capitalisation of Component Names
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment