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

Advanced State Management Patterns with React

Advanced State Management Patterns with React

Slides for ReactJs Day 2019 Workshop

Francesco Strazzullo

October 03, 2019
Tweet

More Decks by Francesco Strazzullo

Other Decks in Programming

Transcript

  1. “State management refers to the management of the state of

    one or more user interface controls such as text fields, OK buttons, radio buttons, etc. in a graphical user interface.” Wikipedia
  2. “Trygve Reenskaug introduced MVC into Smalltalk-79 while visiting the Xerox

    Palo Alto Research Center (PARC) in the 1970s.” Wikipedia
  3. “In computing, reactive programming is a programming paradigm oriented around

    data flows and the propagation of change.” Wikipedia
  4. “MobX is a battle tested library that makes state management

    simple and scalable by transparently applying functional reactive programming” MobX Getting Started