Tag: react-native

Overcoming single-threaded limitations in React Native

Dev

In this blog post, we’ll take a look at certain features that limit React Native’s performance and how we can reduce their effects to build robust products with this framework.

Raphael Ugwu
Feb 13, 2020 ⋅ 5 min read
A guide for improving React Native performance with immutability.

Improve React Native performance with immutability

Dev

A guide to using built-in performance monitoring tools within React Native, as well as external libraries such as Moize or Immer.

Daniel Idaszak
Oct 31, 2019 ⋅ 3 min read
Mimic WhatsApp Stories Using React Native And Firestore

Mimic WhatsApp stories using React Native and Firestore

Dev

Learn how to mimic WhatsApp’s story functionality with React Native and Firestore.

Mohammad Kashif Sulaiman
Sep 10, 2019 ⋅ 6 min read
reactnative postgresql graphql

How to create a React Native app with PostgreSQL and GraphQL: Part 1

Dev

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of our application.

Austin Roy Omondi
Sep 3, 2019 ⋅ 8 min read
How To Make Tinder-Like Card Animations In React Native

How to make Tinder-like card animations with React Native

Dev

Learn how to recreate Tinder’s original swiping mechanisms with React Native.

Paweł Karniej
Sep 2, 2019 ⋅ 5 min read
The State of React Native for Web

The state of React Native for Web

Dev

React Native for Web is one of the most amazing ideas I’ve stumbled upon in a while. For UI developers, […]

Javier Marquez
Apr 10, 2019 ⋅ 7 min read