Browsing Category
React Native
5 posts
Let’s move the emulator
A while ago I wrote a small library for React Native that uses RxJS to give you access to your native device sensors on iOS and Android. It’s called React…
Ignite 2 – The shortcut for new React Native projects
Almost two years ago I gave Ignite by Infinite Red a try and I was instantly hooked. It was a super convenient and fast way to start a new project with React Native that…
Record and Upload Videos with React Native
In one of my last blog posts, Samuel Omole asked me if I could do an article about uploading content with React Native. For me the most interesting content to upload are…
Build YouTube alike Livestreams with React Native
After building an intro on how to upload videos with React Native I would like to go a step further and build live streaming in React Native. For me this means that a…
Performance Tracing for GraphQL with Apollo and it’s friends
Often when you develop an application performance matters. The most important asset you have when it comes to perceived performance is the response time of your backend services. If you…