Skip to content

Instantly share code, notes, and snippets.

@mkmohangb
Last active February 5, 2024 09:24
Show Gist options
  • Save mkmohangb/fbc86206ece4c511fbe343f38b27a980 to your computer and use it in GitHub Desktop.
Save mkmohangb/fbc86206ece4c511fbe343f38b27a980 to your computer and use it in GitHub Desktop.
  • Plain js - imperative vs React - declarative
  • Converts developer friendly code to browser compatible code
  • use create-react-app or vite
  • React app is made up of components
  • React components should start with uppercase to differentiate from default html elements which are lower case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment