Skip to content

iamdarshshah/reactjs-course

Repository files navigation

💻 React Bootcamp Notes


📃 Things we'll be covering today:

  • What is React
  • Why React
  • Getting Started
  • Basic React app using Pure JavaScript
  • Reandering Elements
  • Components & props
  • Introducing JSX
  • Intro to create-react-app
  • State & Lifecycle methods
  • props vs state
  • Concept of Virtual DOM in React
  • Building a counter app
  • Data fetching in React
  • Final thoughts

🙏 Special thanks to:

  1. Brian Holt for initial project setup
  2. Scott Moss for code refactoring and styling (using theme-ui & prism)