You are on page 1of 2

Props:

Props:Login

App

Guest

Dashboa
rd

Props:

Props: List

Header

Footer

Changes in the states of the virtual dom updates the real dom

Changes in local states also makes react update the virtual dom?
I only use globar states if I want to, using const {Local
state
} = props, if i dont I will be dealing with local stat
States
Received Props

Constructor(props, context){
super(props,context)
this.staate = {
}
}

Tracking States
Props

Vdeos: Part 1, Part 2 e Part 5 ( min 30 local states)


Render function can only have one top level element

You might also like