React

You can find these contents on other websites and publications. When you click any of the contents, a new tab will open, navigating you to the appropriate content or profile.

53

The Difference between Next.js and React?

In this blog post, we will examine these two technologies to understand what they do, their pros and cons, the key differences between them, and then ...

How to Internationalize a React Application Using i18next and Hygraph

In this post, we will look at what internationalization is and how to implement it in our React apps with i18next, as well as how this can be done eas...

Vue.js vs React - How to Choose the Right Framework

In this article, we will compare two excellent JavaScript frameworks, their pros, and cons, as well as some use cases built with each of them. We will...

How to Implement Pagination in React

In this article, we will look at how to implement pagination in React by retrieving content from Hygraph and dividing it across multiple pages.

A Complete Guide to Routing in React

In this guide, we will learn how to perform routing in React using React router, as well as the various aspects of routing and how React router handle...

React Table: A Complete Guide

This guide will teach us how to efficiently use the react-table library to create tables in our React application. We will learn how to fetch these da...

useState() Hook in React - A Complete Guide

In this guide, you will learn everything you need to know about the useState() hook, how it works, and some rules that guide how it works alongside ex...

What is React memo and how to use it?

In this article, you will learn what React Memo means, what it does, how it works, and when or when not to use it. You will also learn how it works wi...

How to Use PropTypes in React

In this article, you will learn what PropTypes means, how it works, and the various validators you can use to validate your props.

How To Write Integration Tests With Jest And React Testing Library

In this article, you will learn what testing means, the various types of testing, why you need to test, how testing works in React, what integration t...

A Comprehensive Guide to React Router

This guide will teach you how to use React Router within your React project. We will learn how to implement React Router to ensure smooth routing with...

Rules of React Hooks

Understanding the rules that guide the operation of React Hooks will help you and your team avoid some unnecessary errors and bugs.

How to Animate A React Application With Framer Motion

This article will teach you how to use the Framer Motion library to animate a React application. Why should you use Framer Motion? And how it works by...

Deploy a React app for free using Vercel

In this article, you will learn how to deploy a React application to Vercel. You will also learn two major methods and how they work.

How to Create a Single Page Application with React and Sanity

Have you ever thought of building a single-page application(SPA) with react & Sanity? In this guide, I will take you on an exciting journey to build y...

How to Set Focus On Element After Rendering With React

In this article, we will learn how to set focus on an element after rendering our React application or a React component.

GET HTTP Request in React

In this article, we will learn how to make a GET HTTP request in React using either Axios or the Fetch API, as well as how to do so in both class and ...

POST HTTP Request in React

In this article, we will learn how to perform POST HTTP requests in React using two commonplace approaches: the Fetch API and Axios. We will also get ...

How to Style Hover in React

In this article, we will learn how to style hover in React using CSS, as well as how to do inline hover styling.

Resizing Images with React

In this article, we will learn how to resize images with React by using several possible approaches.