Tag: react

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
Developing A Responsive Mega Menu In React

Developing a responsive mega menu in React

Dev

Mega menus are great on large sites that need feature-rich navigation. Let’s create a responsive, accessible mega menu from scratch in React.

Ibadehin Mojeed
Jan 24, 2024 ⋅ 12 min read
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