Tag: react

The React logo.

Creating a React app toolchain from scratch

Dev

Want to learn how to create a React app toolchain? This tutorial walks you through creating a user list with a React toolchain you built from scratch.

Adebiyi Adedotun
Jul 21, 2020 ⋅ 7 min read
Comparing state machines: XState vs. Robot

Comparing state machines: XState vs. Robot

Dev

If your application is complex, things can quickly spiral out of control as new features are added. State machines offer a better-organized way to manage state in React applications.

Samaila Bala
Jul 9, 2020 ⋅ 6 min read
Roll Your Own Dependency Injection With TypeScript Decorators

Roll your own dependency injection

Dev

Have you tried using dependency injection (DI) frameworks only to be bowled over by their complexity and the difficulty of […]

Ashley Davis
Jul 9, 2020 ⋅ 13 min read
Complete Guide to GraphQL Playground

Complete guide to GraphQL Playground

Dev

There are so many tools that make learning and using GraphQL easier. Learn how GraphQL Playground, a GraphQL integrated developer environment (IDE), can help you improve your development workflows.

Ibrahima Ndaw
Jul 6, 2020 ⋅ 4 min read
Why You Should Be Using useWorker

Why you should be using useWorker

Dev

Web workers are worker threads that run tasks and other functionalities in the background. Learn how to set up and use web workers and see useWorker in action.

Ganesh Mani
Jul 6, 2020 ⋅ 4 min read
The JavaScript logo.

Building the simplest CRUD out there with entity management

Dev

This post walks you through building a simple CRUD operation and provides an overview of entity management in React-Redux.

Adam Boro
Jul 6, 2020 ⋅ 6 min read
Flutterdb react

How to integrate FaunaDB in React apps with Material UI

Dev

In this post, we’ll take a look at how to get started using FaunaDB to create APIs that can be used directly in React applications.

Aman Mittal
Jul 1, 2020 ⋅ 11 min read
Introduction to nanoSQL

Introduction to nanoSQL

Dev

nanoSQL provides a standardized query language that can be used in all types of supported databases, enabling you to connect multiple database systems without installing a dedicated client library for each one.

Nathan Sebhastian
Jul 1, 2020 ⋅ 8 min read
Getting Started With Recoil

Introducing Recoil: Simplified state management for React

Dev

Recoil is no Redux yet, but it just may get there.

Ohans Emmanuel
Jun 25, 2020 ⋅ 5 min read
JavaScript Concepts To Master Before Learning React

JavaScript concepts to master before learning React

Dev

Before learning React, it makes good sense to master the common JavaScript patterns you’ll see in virtually every React app.

Sebastian Weber
Jun 23, 2020 ⋅ 14 min read
React Native logo.

How to use the FlatList component in React Native

Dev

This tutorial shows you how to use React Native’s FlatList component to display large data sets or long lists in a performant manner.

Gaurav Singhal
Jun 22, 2020 ⋅ 5 min read

Slimming down your bundle size

Dev

A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.

Kasra Khosravi
Jun 18, 2020 ⋅ 9 min read