The Introduction to React you've been missing

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

Demo

Any Questions?

Feedback

Resources

THE END

The introduction to React you've been missing

By Sanjeev Yadav

The introduction to React you've been missing

Hands on demonstration of React for beginners inspired by kent C Dodds talk

  • 222