Articles for React/React Native
Load Previous PostsReact 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
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 →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 →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
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
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
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 →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 →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 →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 →