From d95353d43c507d030a9828aa750da7697d389edb Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Thu, 16 Jul 2020 13:44:02 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Add=20link=20to=20=20=E2=80=9CBuilding=20a?= =?UTF-8?q?=20Custom=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` From 8bc4154536f3cac7c38fac789337a8159b98f60c Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 17 Jul 2020 09:36:58 +0200 Subject: [PATCH 2/2] Add video tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 842c4a2..2661aa8 100644 --- a/README.md +++ b/README.md @@ -169,7 +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) +* [**JavaScript**: _Building a Custom React Renderer_](https://youtu.be/CGpMlWVcHok) [video] #### Build your own `Game`