Tag: react

Exploring The React Compiler: A Detailed Introduction

Exploring the React Compiler: A detailed introduction

Dev

The new React Compiler promises to streamline frontend development with React by eliminating the need for manual memoization and optimization.

David Omotayo
Jul 3, 2024 ⋅ 11 min read
How To Use Axios POST Requests

How to use Axios POST requests

Dev

This article offers an intro to Axios and covers how to use the Axios POST method in vanilla JavaScript and React.

Chimezie Innocent
Jul 1, 2024 ⋅ 12 min read
Using Chrome's Document Picture In Picture Api In React

Using Chrome’s Document Picture-in-Picture API in React

Dev

Chrome’s new Document Picture-in-Picture API builds on the PIP API to open up a wider range of possibilities for user interaction.

Peter Ekene Eze
Jun 26, 2024 ⋅ 4 min read
Best React Scheduler Component Libraries

Best React scheduler component libraries

Dev

React scheduler component libraries provide software developers with a wide range of tools to build powerful scheduling applications in their React projects.

Frank Joseph
Jun 25, 2024 ⋅ 9 min read
Using Next Js With React Suspense To Create A Loading Component

Using Next.js with Suspense to create a loading component

Dev

Next.js 13 introduced some new features like support for Suspense, a React feature that lets you delay displaying a component until the children have finished loading.

Suraj Vishwakarma
Jun 19, 2024 ⋅ 9 min read
A Guide To React 19’s New Document Metadata Feature

A guide to React 19’s new Document Metadata feature

Dev

The recent release of React 19 introduced Document Metadata, a feature that manages meta tags and elements like titles and […]

Boemo Mmopelwa
Jun 17, 2024 ⋅ 5 min read
The Top Tools For Implementing E-Commerce Search In React

The top tools for implementing ecommerce search in React

Dev

Explore top frontend tools for implementing ecommerce search functionality with React demo implementations.

Saleh Mubashar
Jun 10, 2024 ⋅ 7 min read
Styling In React: 6 Ways To Style React Apps

Styling in React: 6 ways to style React apps

Dev

Review a variety of methods for styling React components, including inline styling, using styled-components, CSS Modules, and more.

Neo Ighodaro
May 31, 2024 ⋅ 14 min read
Using Path Aliases For Cleaner React And TypeScript Imports

Using path aliases for cleaner React and TypeScript imports

Dev

Explore how to configure path aliases in a React and TypeScript app for cleaner imports, organization, and maintainability.

Oghenetega Denedo
May 31, 2024 ⋅ 6 min read
Using Mountaineer To Develop A React App With Python

Using Mountaineer to develop a React app with Python

Dev

Develop a React app with Python using the Mountaineer framework for building a simple app with integrated your frontend and backend database.

Rosario De Chiara
May 23, 2024 ⋅ 7 min read
Htmx Vs React

htmx vs. React: Choosing the right library for your project

Dev

Both htmx and React provide powerful tools for building web apps, but in different ways that are suited to different types of projects.

Temitope Oyedele
May 15, 2024 ⋅ 9 min read
How To Build A Tab Component In React

How to build a tab component in React

Dev

Build a tab component in React using components like `TabItem` and `TabList` and ensuring your tabs are accessible and adjustable depending on screen sizes.

Chinedu Imoh
May 9, 2024 ⋅ 13 min read