From 0fcf92d06d7ade048f663e184e3d53b24844c889 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 20 Jun 2018 14:46:18 +0100 Subject: [PATCH] Add a link to custom renderer intro article --- packages/react-reconciler/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.