From d95353d43c507d030a9828aa750da7697d389edb Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Thu, 16 Jul 2020 13:44:02 -0400 Subject: [PATCH] =?UTF-8?q?Add=20link=20to=20=20=E2=80=9CBuilding=20a=20Cu?= =?UTF-8?q?stom=20React=20Renderer=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add link to Sophie Alpert’s talk on “Building a Custom React Renderer” --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3603179..842c4a2 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ * [**JavaScript**: _How to write your own Virtual DOM_](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060) * [**JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_](https://mfrachet.github.io/create-frontend-framework/) * [**JavaScript**: _Build your own React_](https://pomb.us/build-your-own-react/) +* [**JavaScript**: _Building a Custom React Renderer_](https://youtu.be/CGpMlWVcHok) #### Build your own `Game`