React rendering decisions come from VDOM Process If state is changed, then update VDOM âdiffâ the VDOM with the real DOM Once it sees the âdiffâ, if it exists, react updates the real DOM