Functional programming in React

#495 – March 02, 2025

First-class functions, pure functions, immutability, currying and composition

Functional programming in React
14 minutes by Flavien Beninca

Learn how functional programming principles power React development. This practical guide explores first-class functions, pure functions, immutability, currying and composition with clear examples. Discover how these concepts lead to more predictable, testable and maintainable React applications.

React Native CI/CD with CodePush, 8x faster builds, and easy distribution to testers and stores.
sponsored by Codemagic

Codemagic delivers fast builds on Apple Silicon M4 machines, cutting 40-min Azure/App Center builds to 5 mins! Our CodePush server enables true OTA updates for React Native apps, free with annual plans or as an add-on for PAYG customers. Enjoy simplified code signing and seamless distribution to devs, testers, and app stores via email, dashboards, or messaging apps. Free 1-month trial available.

Avoiding Server Component Waterfall Fetching with React 19 cache()
7 minutes by Aurora Scharff

This article explains how to use React 19's new cache() API in Next.js App Router to optimize data fetching and improve performance. The API enables per-render caching of data fetches, helping reduce data coupling between components and avoid duplicate fetches.

Migrating from Create React App to Vite: A Modern Approach
4 minutes by Adhithi Ravichandran

Create React App was deprecated last week so it's time to move on. In this guide, Adhithi walks through how to migrate your existing CRA project to Vite in just a few simple steps.

How to improved INP on a Next.js application
25 minutes by Stefano Magni

This article describes how Preply improved their Interaction to Next Paint (INP) metric on their two most important pages. The team implemented various optimizations including React 18 upgrade, virtualizing long lists, debouncing keyboard events, memoizing heavy components, and fixing state management issues.

How to Download a file from a React Router route
5 minutes by Sergio Xalambrí

Let's say you need to dynamically generate a file, like an XML, CSV or PDF, how could you trigger a download? There are two ways to do it. The simplest way using a loader. The not so simple way using an action. Let's look at both of them.

The intelligent terminal with AI built for Mac, Linux, and now Windows
sponsored by Warp

Never forget a command or struggle with syntax again. Warps Agent Mode allows you to type in natural language to accomplish any task right in the terminal. Store and share resources, from repeatable runbooks to templatized commands with Warp Drive.

webdev

javascript

And the most popular article from the last issue:

newsletters