1. React
  2. ReactNext
  3. 2016
  4. The M and C in MVC

The M and C in MVC

James K. Nelson at ReactNext 2016

React only provides the V in MVC -- the part which would usually be state free. But state is inherent to any app. And storing it in component state is kind of crap. So what is a React dev to do? Create a Model and Controller to go with the View!