Skip to content

Commit 0289bb2

Browse files
authored
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.
1 parent 561ee24 commit 0289bb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-reconciler/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ const HostConfig = {
4848

4949
**For an introduction to writing a very simple custom renderer, check out this article series:**
5050

51-
* **[Building a simple custom renderer to DOM](https://medium.com/@agent_hunt/hello-world-custom-react-renderer-9a95b7cd04bc)**
52-
* **[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)**
51+
* **[How to Build a Custom React Renderer?](https://blog.swmansion.com/how-to-build-a-custom-react-renderer-595dc4a9cb1c)**
5352

5453
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.
5554

0 commit comments

Comments
 (0)