Tag: react

Modern API Data-Fetching Methods In React

Modern API data-fetching methods in React

Dev

Explore modern React data-fetching methods and how to handle a real-world application’s state while fetching data.

Ibadehin Mojeed
Mar 1, 2024 ⋅ 12 min read
Creating A React Sortable Table

Creating a React sortable table

Dev

Improve data management and user experience by adding sorting functionality to a React table without using any library.

Ibadehin Mojeed
Feb 21, 2024 ⋅ 16 min read
Top React Image Cropping Libraries

Top React image cropping libraries

Dev

Cropping images in your web app can reduce surrounding noise, thereby directing a user’s attention. Easily crop images with these highly performant React cropping libraries.

Fortune Ikechi
Feb 20, 2024 ⋅ 10 min read
Using Signaldb With React

Using SignalDB with React: A complete guide

Dev

SignalDB enables automatic data synchronization between your components and a local in-memory or persistent database.

Antonello Zanini
Feb 20, 2024 ⋅ 6 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