diff --git a/packages/react-reconciler/README.md b/packages/react-reconciler/README.md index 744c4ab498..a3d5f96406 100644 --- a/packages/react-reconciler/README.md +++ b/packages/react-reconciler/README.md @@ -46,6 +46,8 @@ var HostConfig = { }; ``` +**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).** + 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. The React repository includes several renderers. Each of them has its own host config.