Skip to content
Logo Theodo

Articles for React/React Native

Load Previous Posts

Migrating from React Redux to React Query

Robert Hofmann8 min read

React Query

React Redux is an extremely popular package, receiving about 4.5 million weekly downloads. Another popular package, Redux Saga, is a Redux side effect manager — it alone receives over 900k weekly downloads. The combination of React Redux with either Redux…

Continue reading →

A Newbie's Guide to React Query

Alex Liu7 min read

React Query

Let's say you're building an application that relies heavily on displaying and interacting with database information (super rare situation as a dev, I know). You're also pretty good at React and Redux, so you start building your app with those…

Continue reading →

Spice up Your Website with a DocuSign Electronic Signature Embedded Tool

Alexandre Lac8 min read

Embed DocuSign electronic signature tool

Introduction Integrating electronic signing in a website is not always so easy. If you ever get tired of spamming users who already have an overflowing mailbox with DocuSign emails, then you have landed on the right article. Let me show you…

Continue reading →

How to develop on Shopify in 2021

Quentin Churet10 min read

Shopify Logo Window With Plant

As a software developer, I often hear that No-Code is the future of app development. That in a few years, automatically generated code will replace all the frameworks that we currently have. With my young experience in this field I'm quite…

Continue reading →

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

Benjamin Gowers9 min read

Mobile Phone Application Tray

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…

Continue reading →

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

Benjamin Gowers11 min read

Mobile Phone Application Tray

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…

Continue reading →

Using Native Incoming Call UI for your React Native App (How I Wrote My First Native Module)

Francisco Costa9 min read

Laptop with Code

import { Image } from 'astro:assets';A story about my struggles implementing native call display functionality and how this led me to writting my own native module for android. Suitable for developers who are interested in how to get started with…

Continue reading →

Build your own stickers component with react-konva

Sarah Hamilton8 min read

Doors with stickers on them in Columbus Circle, New York

Konva.js is an awesome HTML5 Canvas JavaScript framework that enables high performance animations for desktop and mobile applications. The framework's capabilities are useful and versatile - it can be integrated for many different and varied use cases. Konva.js deals well with…

Continue reading →

Build an Animated Accordion List in React Native

Benjamin Piggin7 min read

Accordion-List

Accordion lists (or ExpandableListViews) are now a material design staple and show up in quite a few apps. They are a great way to dynamically display information to a user. When it comes to implementing one in your own app, sure,

Continue reading →

Why it’s time to consider Azure to host your static application

Clément Pasteau3 min read

Azure-Static-App

The line between static & dynamic web applications is not what it used to be. With new frameworks like Gatsby or NextJS, the Jamstack is a strong option to get your application running in no time, whilst being able to…

Continue reading →
Load Next Posts