React Codelab

The Introduction to React you've been missing

- Kent C. Dodds

Inspired from

Questions

Hi.

Sanjeev Yadav

Software Engineer @MindfireSolutions

React

  • JavaScript Library to build User Interfaces
  • Dynamic & Interactive
  • JSX (JavaScript XML)
  • State
  • Custom Component

Virtual DOM

  • Light weight copy of DOM
  • Entire virtual DOM gets updated
  • Compares the virtual DOM with a virtual DOM snapshot taken before update
  • Only changed object get updated in real DOM

Codelab

Any Questions?

Feedback

Resources

THE END

Made with Slides.com