Tag: react

React Onclick Event Handlers: A Complete Guide

React onClick event handlers: A complete guide

Dev

Learn the basics of React’s onClick event handler, including event listening, onClick buttons, synthetic events, custom events, and more.

Yomi Eluwande
Jan 22, 2024 ⋅ 11 min read
React conditional rendering: 9 methods with examples

React conditional rendering: 9 methods with examples

Dev

Review popular methods to implement conditional rendering in React and determine the best choice for your project.

Esteban Herrera
Jan 10, 2024 ⋅ 15 min read
How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

In this guide, we will learn how to use TypeScript with the React Context API by building a to-do app from scratch.

Ibrahima Ndaw
Jan 4, 2024 ⋅ 13 min read
Implementing React Scroll Animations With Framer Motion

Implementing React scroll animations with Framer Motion

Dev

Learn how to use Framer Motion to create scroll animations for a React app. Create stunning animations without CSS.

David Omotayo
Dec 29, 2023 ⋅ 11 min read
Best Practices For React Iframes

Best practices for React iframes

Dev

Explore use cases for React iframes, embedding external content in a web application, and isolating certain parts of an app.

Chiamaka Umeh
Dec 28, 2023 ⋅ 9 min read
Understanding React's useFormState and useFormStatus Hooks

Understanding React’s useFormState and useFormStatus Hooks

Dev

React released two Hooks intended to help with forms: useFormState and useFormStatus. Learn how to use them in your forms in this post.

Hussain Arif
Dec 21, 2023 ⋅ 6 min read
How To Test React Hooks With Jest, Enzyme, And React Testing Library

How to test React Hooks

Dev

Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.

Yomi Eluwande
Dec 18, 2023 ⋅ 11 min read
Why React Doesn’t Update State Immediately

Why React doesn’t update state immediately

Dev

State updates in React are asynchronous; when an update is requested, there is no guarantee that the updates will be made immediately.

Chiamaka Umeh
Dec 12, 2023 ⋅ 3 min read
Build Full-Stack App React Goxygen

Build a full-stack app with React and Goxygen

Dev

We show how to use Goxgen to scaffold a full-stack React app. See how to integrate React with Go and modify Goxygen to suit your project requirements.

Clara Ekekenta
Dec 6, 2023 ⋅ 8 min read
9 Ways To Deploy A React App For Free

9 ways to deploy a React app for free

Dev

Check out these nine different ways to deploy a React app for free, including Vercel, Firebase, and Cloudflare Pages.

Ashutosh Singh
Nov 30, 2023 ⋅ 11 min read
MERN Stack: Complete Guide

The MERN stack tutorial

Dev

This article covers the basics of the MERN stack and demonstrates how to use it by developing a simple CRUD application from scratch.

Nur Islam
Nov 29, 2023 ⋅ 20 min read
Deploying React Apps To GitHub Pages

Deploying React apps to GitHub Pages

Dev

This article covers how to use GitHub Pages to convert a React app into a static website, as well as how to create a custom domain.

Nelson Michael
Nov 27, 2023 ⋅ 9 min read