Skip to content

πŸ“° react

A nice way to render Markdown in React apps

Pretty cool if you don’t want to add another dependency to your project to render Markdown.

weeklyfoo #33 / 2024-05-20
markdownreact

Advanced React in the Wild

Production Case Studies from Ambitious Web Projects (2022–2025)

weeklyfoo #81 / 2025-04-21
react

Bloated React code? Try component hooks

It’s basically about moving all you hooks into separate files.

weeklyfoo #68 / 2025-01-19
react

Bringing React Native libraries to Apple Vision Pro

Vision Pro and React Native - I’m already very keen to see what people will create for the Vision Pro

weeklyfoo #15 / 2024-01-14
applevisionproreact

Building Robust React Apps with Zustand and Immer

A demonstration of how to use Zustand and Immer in your React app for state management.

weeklyfoo #80 / 2025-04-14
zustandimmerreact

Clean React with TypeScript

How TypeScript can help you to implement React components.

weeklyfoo #52 / 2024-09-30
typescriptreact

Comparing JavaScript Frameworks part 1: templates

Comparing Vue, React, Angular, Svelte

weeklyfoo #24 / 2024-03-18
vuereactangularsvelte

Experimenting with React View Transitions

A first look at React’s new and experimental View Transitions API

weeklyfoo #78 / 2025-03-31
reactview-transitions

How To Improve INP: React

In-depth article on which patterns can be uses to improve Interaction-to-Next-Paint (INP) when using React.

weeklyfoo #62 / 2024-12-09
reactinpperformance

How to start a React Project [2025]

Every year, I want to give you a brief overview of how to start a new React project.

weeklyfoo #75 / 2025-03-10
reactviteastronextjs

How to start a React Project in 2024

I love react with Vite and can only recommend it.

weeklyfoo #18 / 2024-02-05
reactvitenextjs

HTMX vs React: A Complete Comparison

If you want to get the differences between htmx and react in a 12min read - that’s the right article for you.

weeklyfoo #21 / 2024-02-26
htmxreact

I learned React Native as a web developer, and I got everything wrong

Native app development is different from web dev.

weeklyfoo #61 / 2024-12-02
react

Introducing StyleX

StyleX takes the developer experience of CSS-in-JS libraries and uses compile-time tooling to bridge it with the performance and scalability of static CSS.

weeklyfoo #10 / 2023-12-13
reactcss

Legend State v3

Legend-State is a super fast all-in-one state and sync library that lets you write less code to make faster apps.

weeklyfoo #34 / 2024-05-27
statereact

Liskov’s Gun: The parallel evolution of React and Web Components

Wow, what a blog post! Entertaining, but very long. There’s an epub version available.

weeklyfoo #55 / 2024-10-21
reactweb-components

MobX memoizes components (you don't need React compiler)

If you’re using Mobx and React, you might be tempted to use the React Compiler to auto-memoize your components. But you don’t need it. Mobx already does this for you.

weeklyfoo #38 / 2024-06-24
mobxreact

Picking a state management library for a React app used by millions (and why we went with MobX)

Zustand vs MobX vs Redux

weeklyfoo #70 / 2025-02-03
statereact

React 19: Everything you need to know in one place

Discover the latest features of React 19, from the React Compiler to Server Components and Enhanced Hooks. Learn how to upgrade and improve your web development process.

weeklyfoo #23 / 2024-03-11
react

React 19.1.0

Introduction of Owner Stack!

weeklyfoo #79 / 2025-04-07
react

React Compiler

This page will give you an introduction to the new experimental React Compiler and how to try it out successfully.

weeklyfoo #33 / 2024-05-20
react

React Conf 2024 Recap

All you need to know from React Conf

weeklyfoo #35 / 2024-06-03
react

React Design Patterns: Instance Hook Pattern

Use this pattern to create reusable components with controlled behavior.

weeklyfoo #67 / 2025-01-13
react

React Ecosystem in 2024

Good overview about different parts of the react ecosystem

weeklyfoo #3 / 2023-10-22
react

React Email 3.0

An entire collection of pre-built components with a much faster development experience.

weeklyfoo #48 / 2024-09-02
emailreact

React is the New IBM

Bold statement

weeklyfoo #22 / 2024-03-04
react

React Labs

View Transitions, Activity, and more

weeklyfoo #82 / 2025-04-28
react

React Scan CLI

Check performance issues without installing anything.

weeklyfoo #61 / 2024-12-02
reactcliperformance

React Server Components: the Good, the Bad, and the Ugly

Deep dive into react server components with Next.js

weeklyfoo #14 / 2024-01-07
nextjsreactrsc

React Trends in 2024

What’s going on in the React world in 2024?

weeklyfoo #21 / 2024-02-26
reacttrends

React Trends in 2025

Every year I discuss the most important trends in the world of React.

weeklyfoo #77 / 2025-03-24
react

React Tricks: Fast, Fit and Fun

Lessons and hacks learned from developing a micro-library

weeklyfoo #12 / 2023-12-24
react

React v19

Next major release of React

weeklyfoo #62 / 2024-12-09
react

react-conf-app

They open-sourced the react-conf app.

weeklyfoo #33 / 2024-05-20
react

React.js Performance Guide

Learn how to improve your react app.

weeklyfoo #74 / 2025-03-03
reactperformance

State of React 2024

Results are here

weeklyfoo #72 / 2025-02-17
react

The nine best recommendations in the new React docs

If you’re building react apps: read it!

weeklyfoo #4 / 2023-10-30
react

The ultimate guide to React notification libraries

Includes overview of 10 react libraries

weeklyfoo #2 / 2023-10-16
reactnotifications

The Valley of Code

Your web development manual

weeklyfoo #13 / 2023-12-31
webhtmlcssreactastro

Types of React Components [2024]

This guide provides beginners with an overview of modern components and patterns, explaining which are still relevant and why some are no longer used.

weeklyfoo #53 / 2024-10-07
react

Use useId() Instead Of Hand-Making IDs

Well explained why not to try to generate your own ids.

weeklyfoo #43 / 2024-07-29
react

What’s new in React 19

Explore React 19 and how to start using it on Vercel today.

weeklyfoo #50 / 2024-09-16
react

Why I Won't Use Next.js

Always like opinions by Kent Dodds, I’m on the same page!

weeklyfoo #4 / 2023-10-30
nextreactremix

You don't need Next.js

We migrated the ComfyDeploy dashboard from Next.js to just React

weeklyfoo #67 / 2025-01-13
reactnextjs