Tag: react

Building A Resizable React Component Using Custom React Hooks

Building a resizable React component using custom React Hooks

Dev

Use custom React Hooks like `useGlobalEvent` and the `resize` event to build a simple, resizable React component.

Kasra Khosravi
Aug 24, 2023 ⋅ 8 min read
Using Hooks With React Router

Using Hooks with React Router

Dev

React Router Hooks like useParams, useNavigate, useLocation, and useMatch to provide developers with new ways to handle the router state.

Gaurav Singhal
Aug 18, 2023 ⋅ 9 min read
How To Configure A Path Alias In A React And Typescript App For Cleaner Imports, Better Organization, And Improved Maintainability

Using path aliases for cleaner React and TypeScript imports

Dev

Let’s explore how to configure path aliases in a React and TypeScript app for cleaner imports, organization, and maintainability.

Oghenetega Denedo
Aug 14, 2023 ⋅ 5 min read
React Server Components in Next.js 13

React Server Components in Next.js 13

Dev

Use React Server Components to effectively manage rendering and build apps that span the server and client.

Chinwike Maduabuchi
Aug 10, 2023 ⋅ 8 min read
Running React Express Concurrently

Running React and Express with concurrently

Dev

We explore how to set up and run React and Express together using the concurrently CLI tool for streamlined development workflow.

Vijit Ail
Aug 10, 2023 ⋅ 4 min read
Best Feather-inspired animated icon libraries for React

Best Feather-inspired animated icon libraries for React

Dev

Discover four of the best animated icon libraries for React that take their inspiration from the popular Feather icon library.

Kevin Tomas
Aug 9, 2023 ⋅ 8 min read
Creating a Reusable Pop-up Modal in React From Scratch

Creating a reusable pop-up modal in React from scratch

Dev

Adding a pop-up modal to your React app can be a useful way to engage with users. Let’s create one from scratch with the native HTML5

element.

Rahul Chhodde
Aug 9, 2023 ⋅ 14 min read
Data Fetching With React Suspense

Data fetching with React Suspense

Dev

Explore the power and utility of React’s Suspense component for data fetching.

Ovie Okeh
Aug 3, 2023 ⋅ 13 min read
Writing Composable Css Components For React

Writing composable CSS components for React

Dev

Learn to use CSS Components to create your own composable components, convert them into Hooks, and use them across your React project.

Abhinav Anshul
Aug 1, 2023 ⋅ 6 min read
The Modern Guide To React State Patterns

The modern guide to React state patterns

Dev

Learn today’s options for managing state in React applications, including built-in hooks and third-party libraries like Redux and MobX.

Kapeel Kokane
Jul 31, 2023 ⋅ 10 min read
Best Heatmap Libraries for React

Best heatmap libraries for React (with demos)

Dev

We explore three top choices for creating heatmap components for your React apps, along with demos for each option.

Rosario De Chiara
Jul 27, 2023 ⋅ 9 min read
Best Code Editor Components for React

Best code editor components for React

Dev

Explore the four top code editor components for React apps, including Monaco Editor React, React Ace, and more.

Saleh Mubashar
Jul 26, 2023 ⋅ 4 min read