Tag: react

Guess.js and Gatsby

Guess.js and Gatsby site optimization

Dev

This article will explain how to integrate Guess.js into a Gatsby site to increase site efficiency and improve UX.

Lawrence Eagles
Dec 29, 2020 ⋅ 4 min read
Data retrieval in GraphQL with React Apollo

Data retrieval in GraphQL with react-apollo

Dev

In this article, we will explore how to use the GraphQL query language with react-apollo to efficiently and seamlessly retrieve data from a server.

Belinda Ijeoma
Dec 25, 2020 ⋅ 4 min read
React modal components for 2021

Top React modal components for 2021

Dev

In this article, we are going to take a look at some of the best modal components out there in the React community that can help you build better user interfaces.

Aman Mittal
Dec 23, 2020 ⋅ 4 min read
React Logo

Advanced React Hooks: Creating custom reusable Hooks

Dev

In this article, you can learn the practical applications of reusable React Hooks. After reading, you should be able to create your own advanced pattern.

Lawrence Eagles
Dec 21, 2020 ⋅ 4 min read

What’s new in MobX 6.0

Dev

Learn more about MobX 6.0 and see how we can migrate our code from older versions to the newest version.

Leonardo Maldonado
Dec 17, 2020 ⋅ 4 min read
jest enzyme react unit testing

Jest and Enzyme: Unit testing in React in 2021

Dev

Using Jest and Enzyme, here’s how to build unit tests for React and reliably test component trees and functions.

Andrew Evans
Dec 17, 2020 ⋅ 4 min read
React logo against a construction background.

The upsides of prop drilling in React

Dev

Props drilling is an easy way to pass data between components in React applications, but it can become cumbersome. Find out how to optimize props drilling in this tutorial.

Belinda Ijeoma
Dec 15, 2020 ⋅ 3 min read
Jest and Reach Logos for Screenshot Testing

Using Jest for React screenshot testing

Dev

Having trouble deciding between Jest and React for snapshot testing? Take a look at this comparison of the two to help you decide.

Alexander Solovyev
Dec 15, 2020 ⋅ 3 min read
Visx logo against a black and red background.

Introduction to Visx

Dev

This tutorial introduces you to Visx, a visualization library developed by Airbnb. Learn how to create a vertically-stacked bar chart with the reliable toolbox.

Enolia Fakeye
Dec 14, 2020 ⋅ 8 min read
React Logo

How to use the GSAP ScrollTrigger plugin in React

Dev

In this tutorial, you can learn about the GSAP ScrollTrigger plugin in React and how to use it to trigger animations on the scroll.

Edidiong Asikpo
Dec 10, 2020 ⋅ 11 min read
wallaby guide feature image

How to use Wallaby.js in React

Dev

Learn to use Wallaby.js, a continuous testing tool for JavaScript that runs inside your IDE to provide constant feedback as you write.

Branford Shaw
Dec 10, 2020 ⋅ 4 min read
React logo against a green and brown background.

A complete guide to React Navigation 5

Dev

This tutorial gives you three ways to create and navigate to different screens using React Navigator 5.

Temiloluwa Ojo
Dec 4, 2020 ⋅ 10 min read