Tag: react

Integrating Google Maps In A React Project

Integrating Google Maps with React

Dev

Google Maps is flexible and powerful enough to handle a wide variety of use cases. Here’s how to use it with your React app.

Ovie Okeh
Mar 14, 2024 ⋅ 9 min read
Essential Tools For Implementing React Panel Layouts

Essential tools for implementing React panel layouts

Dev

Explore some of the best tools in the React ecosystem for creating dynamic panel layouts, including react-resizable-layout and react-resizable-panels.

David Omotayo
Mar 13, 2024 ⋅ 8 min read
Generating Pdfs In React With The React Pdf Library

Generating PDFs in React with react-pdf

Dev

react-pdf enables you to automate the process of generating PDFs for things like customer invoices and display them easily in your app.

Hussain Arif
Mar 11, 2024 ⋅ 8 min read
Exploring Use Sync External Store, One Of React's Lesser Known Hooks

Exploring useSyncExternalStore, a lesser-known React Hook

Dev

Understanding how to use lesser-known React Hooks like useSyncExternalStore can help you elevate your React projects.

Abhinav Anshul
Mar 8, 2024 ⋅ 5 min read
Using LocalStorage With React Hooks

Using localStorage with React Hooks

Dev

Learn how using `localStorage` with React Hooks can persist user information in browser storage and share logic between multiple components.

Ibadehin Mojeed
Mar 5, 2024 ⋅ 9 min read
How To Use SVGs In React

How to use SVGs in React

Dev

Learn how to use or render an SVG image on a React webpage, the pros and cons, and using components like `img` and `svg`.

Nedy Udombat
Mar 4, 2024 ⋅ 11 min read
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
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