Adding Redux to an Expo-Managed React Native Project
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 React…
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, to…
Adding Email Confirmation Feature to Rails With Devise
Up until this point, I’ve survived without using Devise. I’ve built simple authentication from scratch or using BCrypt, and that worked for me. However, most large companies will use Devise, and for good reason. It provides you with everything you need for authentication, password resetting, email confirmation, and more. So, I’ve decided to upgrade my…
(Part 2/2) Using Javascript to build Russell Targ’s ESP Trainer
To try out the final product, click here! Welcome back! In Part 1, we built the skeleton of our app and created the basic logic of the game loop. Our first challenge will be to get a new image for each turn. Luckily, there’s an API for that! There are a few actually, but I’ve…
Something went wrong. Please refresh the page and/or try again.
Get new content delivered directly to your inbox.