Skip to content

Articles from Benjamin Gowers

The React Native Guide I Wish I Had! - Part 1: Environment and Stateless Components

March 22, 2021Benjamin Gowers7 min read

During my first week at Theodo, I had a lot to learn about the main technologies used within the company. I focused my attention on learning to build a simple React Native application using Typescript and Redux. Quick Links → Part 1 - focuses on setting up your environment for react native…

Continue reading →

The React Native Guide I Wish I Had! - Part 2: Redux and Stateful Components

March 22, 2021Benjamin Gowers9 min read

This article takes you through a crash course of redux implementation, as well as adding it to your Todos application. Quick Links → Part 1 - focuses on setting up your environment for react native, typescript and redux, as well as creating stateless components for a Todos app. → Part 2 - focuses on…

Continue reading →