Tag: react

Streamline Email Creation With React Email

Streamline email creation with React Email

Dev

Explore React Email’s features and styling options and show how to integrate with Nodemailer to send emails directly from a Next.js app.

Chinwike Maduabuchi
Mar 29, 2024 ⋅ 13 min read
A Guide to Better State Management With Preact Signals

A guide to better state management with Preact Signals

Dev

Signals is a performant state management library with a set of reactive primitives for managing the application state.

Emadamerho-Atori Nefe
Mar 26, 2024 ⋅ 8 min read
Creating A Custom React Datepicker

Creating a custom React datepicker

Dev

Set up a custom React datepicker with advanced functionalities that acts as an alternative to the native HTML5 datepicker input element.

Glad Chinda
Mar 21, 2024 ⋅ 22 min read
Exploring Catalyst, Tailwind's UI Kit For React

Exploring Catalyst, Tailwind’s UI kit for React

Dev

Tailwind’s Catalyst UI kit offers many features and customization options for React user interface development.

Timonwa Akintokun
Mar 21, 2024 ⋅ 5 min read
Using React To Print To Generate A Printable Document

Using react-to-print to generate a printable document

Dev

ReactToPrint is a great tool for easily adding a print feature to your React app while preserving your document’s neat, consistent look.

Elijah Agbonze
Mar 20, 2024 ⋅ 9 min read
Build A Micro-Frontend Application With React

Build a micro-frontend application with React

Dev

Learn to build scalable micro-frontend applications using React, discussing their advantages over monolithic frontend applications.

Harsh Patel
Mar 18, 2024 ⋅ 8 min read
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