1. React
  2. ReactiveConf
  3. 2018
  4. Practical Rx with Flutter

Practical Rx with Flutter

Brian Egan, Filip Hracek at ReactiveConf 2018

In this talk, Brian and Filip will skip all the theory about reactive extensions (Rx) and dive right into practical use. How can Rx help you with autocomplete? What about when you have several fallback scenarios? What if the state of your app depends on three separate data sources, all asynchronous and live? We’ll be live-coding with Flutter and its handy StreamBuilder widget — but these little patterns are applicable everywhere else.