Tag: react

How to create forms with Chakra UI in React apps

How to create forms with Chakra UI in React apps

Dev

Learn why Chakra UI may be the best option for your next form.

Aman Mittal
Jul 31, 2020 ⋅ 11 min read
The Sortable.js logo.

Creating reordered lists with Sortable.js and React

Dev

Learn how to use Sortable.js and React to create lists, drag-and drop items, sort lists, and reorder lists.

Diogo Souza
Jul 28, 2020 ⋅ 11 min read
What's New In React-Query v2

What’s new in react-query v2

Dev

The release of react-query v2 brings about some changes to the API, overall performance improvements, new query status Booleans, and more.

Abdulazeez Abdulazeez Adeshina
Jul 22, 2020 ⋅ 3 min read

Emotion in React

Dev

Learn more about Emotion and the features and advantages that it can bring to our applications.

Leonardo Maldonado
Jul 22, 2020 ⋅ 6 min read
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