Skip to content

Instantly share code, notes, and snippets.

@jsheridanwells
Created July 9, 2018 21:29
Show Gist options
  • Save jsheridanwells/207e8f061242d67f697ac0f8f53f2afc to your computer and use it in GitHub Desktop.
Save jsheridanwells/207e8f061242d67f697ac0f8f53f2afc to your computer and use it in GitHub Desktop.
React Intro

React Intro

Used for interfaces, reusable components.

Created at Facebook and Instagram, also ReactNative for mobile

Dom Diffing uses JS objects to compare DOM changes

Never reads from DOM and only writes to it when there are changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment