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

Manchester React User Group — March 2016

Manchester React User Group — March 2016

Joe Critchley

March 21, 2016
Tweet

Other Decks in Technology

Transcript

  1. The first proper one! • The “0th event” was more

    popular than expected • Third Monday of every month, 7pm
  2. In search of talks • If you want to do

    a talk at one of the meet-ups, just ask. • If you know someone who might be interested, please send them our details. • A talk from a major contributor? • Lightning talks, show & tells
  3. What’s new? • React v15.0 RC2 is out • No

    more extraneous <span>s or data-reactid’s in DOM • React Native (0.22) now supports hot module reloading • React has overtaken jQuery in no. of GitHub stars
  4. Learning React • react-howto by Pete Hunt • Raw React

    by James K. Nelson • react.jsbin.com
  5. API • Mostly, we compose functions that return plain objects

    • For anything with state or a lifecycle, we write callbacks
  6. Infrastructure • Abstracts imperative mutations to the render target •

    Normalises event systems • Creates and destroys object instances