Tag: react

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
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