1. React
  2. React Rally
  3. 2016
  4. Writing better multi-process hybrid apps with React and Redux

Writing better multi-process hybrid apps with React and Redux

Kate Hudson at React Rally 2016

If you’ve ever written a mobile app, browser add-on, or Electron app with a web-based front-end, you’ve probably struggled with keeping your UI layer in communication with the rest of your app. How do you integrate message passing, propagate user interactions to the right part of the system, and keep data and state in sync? I’ll show you some strategies we’re experimenting with in Firefox using React and Redux to keep our multi-process code more maintainable, reliable, and easy to work with.