• Readmore logoReadmore.dev
  • Latest
  • Explore blogs
  • Trending topics
General topics
  • Front-end dev
  • Backend dev
  • Product dev
  • Native app dev
  • Game dev
  • CompSci
  • Databases
  • Hardware
  • Robotics
  • DevOps
  • Security
  • Data Science
  • AI / LLMs
  • Blockchain / Web3
  • Design
  • Animation
  • General tech
  • Startups
  • Life / Culture
  • Career advice
  • Hiring / Interviews
Popular topics
  • JavaScript
  • TypeScript
  • Angular
  • Vue
  • React
  • Node.js
  • Next.js
  • Svelte
  • CSS
  • WebGL
  • Python
  • PHP
  • Go
  • Rust
  • .NET
  • Git
  • Firebase
  • AWS
  • Google Cloud
  • Azure
  • Linux
  • Docker & K8s
  • Raspberry Pi

React

Loading...

About a month ago

Introducing RSC Explorer

- My new hobby project....

Front-end dev

The Signature Flicker

- Hell froze over. Anthropic fixed Claude Code's signature flicker in their latest update (2.0.72)...

AI / LLMsFront-end dev

about 1 month ago

2025 in Review

- Looking back over my 2025 and looking forward to my 2026...

AI / LLMs

2 months ago

The new maxleiter.com

- I redesigned maxleiter.com this week. I've wanted to make it more personal and opinionated for a long time, but felt I lacked the expertise to do it justice. With v0 and Claude Code (and some manual cleanup) it only took a few hours. If you haven't played with the homepage yet,...

Front-end dev

Hire Me in Japan

- I'm looking for a new job....

Career adviceFront-end dev

How I built a notebook inside Obsidian

- One personal project to add callout component to Obsidian that quickly spiraled out of control. No regrets though....

Career adviceFront-end dev

Escape Velocity: Break Free from Framework Gravity

- After a decade of React dominance, it’s time to remember that frameworks run inside the web, not the other way around....

Front-end dev

Top picks — 2025 October

- Howdy y’all, I hope your October was not as hectic as mine. Mine was ridiculous! It’s been a super hardworking year overall, and I’m looking forward to a trip with my family at the end of the year. We are going to spend December in Sri Lanka, so if you have any tips and...

Front-end dev

3 months ago

How to Fix Any Bug

- The joys of vibecoding....

Front-end dev

Just Talk To It - the no-bs Way of Agentic Engineering

- A practical guide to working with AI coding agents without the hype....

AI / LLMsFront-end dev

My Battle Tested React Hooks Are Now Open Source

- A collection of battle-tested React hooks that I've used in various projects over the years....

Front-end dev

Quick look into the useEffectEvent

- React just released the new version 19.2.0 which brings several new features including the new [useEffectEvent](https://react.dev/reference/react/useEffectEvent) hook. The doc says that it is a React Hook that lets you extract non-reactive logic from your Effects into a reusable...

Front-end dev

The History of Core Web Vitals

- This write-up is a history of how Core Web Vitals came to be based on my recollections from our work on it at Google from 2014 onwards...

Front-end dev

4 months ago

Super Bubbly: React Native kids game

- TLDR: I built a simple & fun game using React Native, try it out on iPhone and iPad! In the Beginning…. My kids are 7 & 9 as I write this in 2025, but 6 years ago in 2019 they loved a simple little bubble popping app on my phone, and I thought it’d be … Continue reading Super...

AI / LLMsGame dev

5 months ago

Research, Review, Rebuild: Intelligent Modernisation with MCP and Strategic Prompting

- The Bahmni open-source hospital management system was began over nine years ago with a front end using AngularJS and an OpenMRS REST API. Rahul Ramesh wished to convert this to use a React + TypeScript front end with an HL7 FHIR API. In exploring how to do this modernization he...

AI / LLMsFront-end dev

TypeScript: Typing React useRef hook

- Discover how to effectively type the useRef hook in TypeScript for React applications that require imperative DOM manipulation. Learn best practices, common pitfalls, and practical examples, such as controlling the focus state of an input element....

Front-end dev

Cancel action or modify payload before useActionState

- Just updated my open source React hook [useResettableActionState](https://github.com/nicnocquee/use-resettable-action-state). At the beginning, I made it to allow me to [reset the state after submitting the form using useActionState](/blog/reset-state-from-react-useactionstate)....

Front-end dev

Taming React Component

- As a project grows, the codebase inevitably becomes more complex. This is where the concept of clean code comes in. Clean code is a set of principles and practices that help developers write code that is easy to understand, maintain, and extend. In React, the complexity of a...

Front-end dev

We Keep Reinventing CSS, but Styling Was Never the Problem

- We keep changing how we style the web, but the real problem isn’t CSS. It’s how we build around it....

Front-end dev

6 months ago

An Engineer's Guide to AI Code Model Evals

- A deep dive into evals, goldens, and hill climbing for improving coding-capable AI models....

AI / LLMsFront-end dev

Modern React Query Mistakes To Avoid

- 1. Duplicating Server State with useState The Problem: You're storing server data in local state and trying to update it manually for optimistic updates. // ❌ Don't do this function UserProfile({ userId }) { const [user, setUser] = useState(null); ......

Front-end dev

Chronological guide: Building & Publishing a React Library

- Phase 1: Project Setup 1.1 Initialize the Project # Create project directory mkdir my-react-library cd my-react-library # Initialize with pnpm pnpm init 1.2 Install Dependencies # Install React as peer dependencies (users will provide these) pnpm a......

Front-end dev

React, SMIL + viewBox animation notes

- What is viewBox Animation? viewBox = your camera lens The circle is always at coordinate (50,50) with radius 20. The circle never moves. But when you animate viewBox, you're chan......

DesignFront-end dev

AI Is Just the Latest Frontend Killer. Don’t Panic.

- Apparently, frontend developers are about to be made obsolete. This all sounds very familiar....

AI / LLMsFront-end dev

Rows per page

Page 1 of 15