I wrote last week about my first dive into React Native, so this will be a quasi-continuation of that project. Shortly after starting the project, I realized that I would need some kind of global state solution, particularly for authentication purposes. So for this article, I will document how to add Redux to your ReactContinue reading “Adding Redux to an Expo-Managed React Native Project”
Category Archives: react native
A Beginner’s Guide to React Native
I have been developing a mobile-forward React web application for a while now, with the intent to port it to React Native, once I have time to dive into it. Well, now is that time! But before I start trying to port an entire project, I’m going to build one from a blank slate, toContinue reading “A Beginner’s Guide to React Native”