From 0289bb2819399ed3941c098897dc177d80b6888e Mon Sep 17 00:00:00 2001 From: Santosh Venkatraman Date: Sun, 2 Nov 2025 00:01:24 +0530 Subject: [PATCH] chore(react-reconciler/README.md): replace older Medium links with Software Mansion's 2025 Medium link Reason: the older Medium links have not been updated with React 18+, hence out of sync. --- packages/react-reconciler/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-reconciler/README.md b/packages/react-reconciler/README.md index 82080513a459c..39bca9fe40aef 100644 --- a/packages/react-reconciler/README.md +++ b/packages/react-reconciler/README.md @@ -48,8 +48,7 @@ const HostConfig = { **For an introduction to writing a very simple custom renderer, check out this article series:** -* **[Building a simple custom renderer to DOM](https://medium.com/@agent_hunt/hello-world-custom-react-renderer-9a95b7cd04bc)** -* **[Building a simple custom renderer to native](https://medium.com/@agent_hunt/introduction-to-react-native-renderers-aka-react-native-is-the-java-and-react-native-renderers-are-828a0022f433)** +* **[How to Build a Custom React Renderer?](https://blog.swmansion.com/how-to-build-a-custom-react-renderer-595dc4a9cb1c)** The full list of supported methods [can be found here](https://github.com/facebook/react/blob/main/packages/react-reconciler/src/forks/ReactFiberConfig.custom.js). For their signatures, we recommend looking at specific examples below.