Building a React Native Game with RxJS 5

1 · Daniel Schmidt · June 12, 2018, 8:54 p.m.
Lately at work, my colleagues build some awesome tooling to fetch data in an easy way. It’s built around RxJS, which I previously had very little knowledge about. I saw cool ways of getting and combining data, which inspired me to build a little game with RxJS in React Native.The game idea is to have a ball on a table and balance it using your phones tilt. I wanted to make the game pretty small to show you different ways of achieving the very same result. Here is a small video showing our plan:h...