Skip to content
Logo Theodo

Articles for React/React Native

Load Previous Posts

The React Developer Pocketbook: Learn to develop React 2019

Leo Siddall-Butchers2 min read

The inspiration for this guide came about after realizing that the blog article I had read the most was ‘_A Complete Guide to Flexbox’. _There are two reasons for this, firstly, I am very forgetful, and secondly, it is a quick…

Continue reading →

Create a login screen in less than 5 minutes with Formik and Yup

Gavin Williams5 min read

In this article, you will quickly learn how to build a simple login form using Formik and Yup. For those who don’t know, Formik is a relatively new but already widely-used form library for React. As a much less complex…

Continue reading →

Build React App Faster by Writing your Own Higher-Order Components

Benoît de Malet4 min read

Now that hooks have officially been released in React 16.8 and that everybody is trying to convince you to rewrite all your React projects using nothing but hooks, let's see if there is still something to achieve using Higher-Order Components.

Continue reading →

Wow your customers with simple UI & UX principles

Tomas Piga9 min read

When it comes to the web, the main idea of a website or app is to either sell a product (including services) or be that product. Generally, a product is about delivering a message or some sort of value to…

Continue reading →

5 Gotchas using Victory Chart for Data Visualisation

Kamile Matulenaite7 min read

5 gotchas using Victory Chart for data visualisation Victory Chart is a React chart library for data visualisation built on top of D3. Formidable Labs have produced a neat set of documentation - easy to follow, full of examples and an editable…

Continue reading →

What is Kotlin and should we be using it for app development?

Abbie Howell6 min read

Kotlin is an object-oriented programming language for making Android apps that uses Java-like syntax with functional programming features. It was created by Jetbrains, the makers of hugely popular IDEs like IntelliJ and PyCharm, and is used by big companies such…

Continue reading →

We want you to make reusable UI components

Léo Anesi2 min read

A year ago I was a young developer starting his journey on React. My client came to see my team and told us: “We need to make reusable components”, I asked him: “What is a reusable component?” and the answer…

Continue reading →

Save Time Writing Jest Tests with jest-each (+ Examples)

Mike Riddelsdell6 min read

jest-each is a small library that lets you write jest test cases with just one line. It was added to Jest in version 23.0.1 and makes editing, adding and reading tests much easier. This article will show you how a jest-each…

Continue reading →

React-Virtualized: Why, When and How you should use it

Cyril Gaunet5 min read

Why What is a Virtual DOM ? The virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory.Then, it is synced with the “real” DOM by a library such as ReactDOM. This process…

Continue reading →

Build an awesome scrollable modal in React Native

Antoine Garcia4 min read

At some point during the development of your React Native application, you will use a Modal. A Modal is a component that appears on top of everything. There are a lot of cool libraries out there for modals, so today, we’ll…

Continue reading →
Load Next Posts