Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Overreacting: React as a Paradigm

Eric Sauter
November 17, 2016

Overreacting: React as a Paradigm

Talk given at November React MD meetup

Eric Sauter

November 17, 2016
Tweet

More Decks by Eric Sauter

Other Decks in Technology

Transcript

  1. Declarative not Imperative React jQuery button clicked button clicked update

    state update state? re-render UI update the p tag text add an li update the bg color updated UI updated UI hide that one tag fire some other event cry wait for jQuery…
  2. Higher-order components “A higher order component is just a React

    component that wraps another one.” Use for render highjacking, state/props manipulation, and feature enhancement
  3. import React from ‘react’; import ReactDOM from ‘react-dom’; React core

    Renderer import React from ‘react’; import ReactNative from ‘react-native’; Renderer
  4. React and its principles make sense when building UIs (and

    many other systems). Wrapping up It’s not a coincidence all of these technologies backed by React are popping up.