Skip to content

Commit 0fcf92d

Browse files
authored
Add a link to custom renderer intro article
1 parent 97af3e1 commit 0fcf92d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-reconciler/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ var HostConfig = {
4646
};
4747
```
4848

49+
**For an introduction to writing a very simple custom renderer, [check out this small guide](https://medium.com/@agent_hunt/hello-world-custom-react-renderer-9a95b7cd04bc).**
50+
4951
The full list of supported methods [can be found here](https://github.com/facebook/react/blob/master/packages/react-reconciler/src/forks/ReactFiberHostConfig.custom.js). For their signatures, we recommend looking at specific examples below.
5052

5153
The React repository includes several renderers. Each of them has its own host config.

0 commit comments

Comments
 (0)