October 7th, 2020
Easily Persist Data with Context and AsyncStorage
Learn how to automatically store data in AsyncStorage when you store it in context.
Read this article →
October 7th, 2020
Easily Persist Data with Context and AsyncStorage
Learn how to automatically store data in AsyncStorage when you store it in context.
Read this article →
June 26th, 2019
Migrating Data in AsyncStorage
Despite our best efforts we're never going to store our data exactly right in AsyncStorage. Here's how we can migrate the data when we outgrow the current structure.
Read this article →
February 8th, 2017
Offline First React Native + Meteor Apps
A topic that has come up numerous times in consulting calls, among students in my Learn React Native + Meteor course, and on issues for…
Read this article →
December 7th, 2016
Handling Offline Actions in React Native
A few weeks ago I wrote about building offline first react native apps and left the post with a question — “How would you handle actions…
Read this article →
November 16th, 2016
Building Offline First React Native Apps
When building a mobile app it’s reasonable to expect that a user will, at some point, use your app without an internet connection. How does…
Read this article →