Tag: react

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
Nov 4, 2024 ⋅ 8 min read
How to Create a Multilevel Dropdown Menu in React

How to create a dropdown menu in React

Dev

See how to implement a single and multilevel dropdown menu in your React project to make your nav bars more dynamic and user-friendly.

Ibadehin Mojeed
Oct 30, 2024 ⋅ 12 min read
Green node logo over blue background.

Advanced Next.js caching strategies

Dev

Learn request memorization, data cache, full route cache, router cache, plus cache invalidation and tools for your Next.js project.

Oyinkansola Awosan
Oct 29, 2024 ⋅ 12 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 a custom component library using React and TypeScript.

Yan Sun
Oct 23, 2024 ⋅ 13 min read
The Best React Select Component Libraries

The best React select component libraries

Dev

Explore select libraries in React, including React Select and alternatives like Downshift, Choice.js, and more.

Jude Miracle
Oct 23, 2024 ⋅ 7 min read
Deep Dive React Fiber

A deep dive into React Fiber

Dev

Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.

Karthik Kalyanaraman
Oct 22, 2024 ⋅ 20 min read
Understanding Redux: A Tutorial With Examples

Understanding Redux: A tutorial with examples

Dev

This guide provides a foundational understanding of Redux and why you should use it for state management in a React app.

Neo Ighodaro
Oct 17, 2024 ⋅ 12 min read
Deploying React Apps To GitHub Pages

9 ways to deploy a React app for free

Dev

Check out these different ways to deploy a React app for free, including using Vercel, Firebase, and Cloudflare Pages.

Ashutosh Singh
Oct 14, 2024 ⋅ 17 min read
A Guide To The React UseReducer Hook

A guide to the React useReducer Hook

Dev

The useReducer React Hook is a good alternative to tools like Redux, Recoil, or MobX.

Ejiro Asiuwhu
Oct 10, 2024 ⋅ 13 min read
UseState In React: A Complete Guide

useState in React: A complete guide

Dev

`useState` is a React Hook that allows you to have state variables in functional components.

Esteban Herrera
Oct 8, 2024 ⋅ 12 min read
Angular Vs. React Vs. Vue.js: Comparing Performance

Angular vs. React vs. Vue.js: Comparing performance

Dev

React, Angular, and Vue.js are open source frontend JavaScript frameworks for building web applications.

Nefe Emadamerho-Atori
Oct 7, 2024 ⋅ 12 min read
This image features the iconic React logo—a blue atom-like symbol with a central dot and orbiting curves—superimposed on a background of a city skyline. The city appears to be shrouded in soft pink and purple hues, giving the image a modern, tech-focused atmosphere. This image symbolizex the use of React for building modular, scalable frontend architectures. React's component-based approach aligns with the principles of micro-frontends, where different parts of the user interface are independently developed and managed, similar to how microservices operate on the backend. The cityscape in the background represents the larger, complex web applications that can benefit from a structured, flexible frontend framework like React.

Practical guidance between vertical and horizontal micro-frontends

Dev

Micro-frontends, like microservices in backend development, divide frontend applications into modular, self-contained components that can be independently developed, tested, and […]

Peter Aideloje
Sep 27, 2024 ⋅ 8 min read