What you'll learn

React is an awesome library to work with, and we won't be covering every single corner of it. We will be going over everything you need and more. This Bootcamp aims to teach you what React is and how you can get the best from it.

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

I really love this library and how easy it makes my life. I hope you walk away from this feeling the same; let's go 🎉!

← SetupWhat is React →