Tag: react

How To Build A Component Library With React And TypeScript

How to build a component library with React and TypeScript

Dev

In this article, we’ll learn what a component library is and how to build our component library with React and TypeScript.

Yan Sun
Feb 15, 2024 ⋅ 13 min read
A Complete Guide To React Default Props

A complete guide to React default props

Dev

Demo ways to implement default props in React, which are useful for having a fallback prop in case the user doesn’t specify one.

Glad Chinda
Feb 9, 2024 ⋅ 8 min read
Understanding React useEffect Cleanup Function

Understanding React’s useEffect cleanup function

Dev

Prevent memory leaks in React apps by using the `useEffect` cleanup function to maintain optimal app performance.

Chimezie Innocent
Feb 8, 2024 ⋅ 7 min read
The Guide To Adding Google Login To Your React App

The guide to adding Google login to your React app

Dev

Integrate Google login in your React app for enhanced user authentication and experience and automatically create a user profile.

Chimezie Innocent
Feb 7, 2024 ⋅ 8 min read
Using React UseState With An Object

Using React useState with an object

Dev

Learn how to use the useState Hook when working with objects by creating a temporary object and using object destructuring to create a new object.

Ochuko Onojakpor
Feb 2, 2024 ⋅ 7 min read

Create a responsive navbar with React and CSS

Dev

Create an intuitive navigation experience with responsive navbars using CSS and React Hooks.

Chinwike Maduabuchi
Feb 1, 2024 ⋅ 9 min read
Using React And Strada To Develop Hybrid Web And Mobile Apps

Using React and Strada to develop hybrid web and mobile apps

Dev

Use React’s UI development features and Strada’s web-native integration to build hybrid mobile and web applications.

Manu Ustenko
Feb 1, 2024 ⋅ 4 min read
Building a Custom Compositional API with React Aria

Building a custom compositional API with React Aria

Dev

Learn how and when to extend React Aria’s composition API by dropping down to the Hooks layer to build your own custom compositional API.

Popoola Temitope
Jan 31, 2024 ⋅ 6 min read

Getting started with React Select

Dev

Integrate React Select in your project, offering users a range of choices through multi-select capabilities and customizable styling options.

Stephen Afam-Osemene
Jan 30, 2024 ⋅ 7 min read
WebSockets Tutorial With Node And React

WebSockets tutorial: How to go real-time with Node and React

Dev

Implement the WebSocket protocol in Node.js and React, which offers a two-way communication mechanism between client and server.

Avanthika Meenakshi
Jan 29, 2024 ⋅ 11 min read
Authentication With React Router Version 6 A Complete Guide

Authentication with React Router v6: A complete guide

Dev

Learn how to handle user authentication with React Router v6 with a deep dive into protected routes, 2FA authentication, and more.

Vijit Ail
Jan 25, 2024 ⋅ 13 min read
Creating A Photo Generator And Editing App With React And Cloud-Based AI

Creating an AI photo generator and editing app with React

Dev

Explore how to use cloud-based AI and React to create a text-to-image photo generator and editing app.

Emmanuel Enya
Jan 25, 2024 ⋅ 11 min read