From a46909ec8fb5f36b21ef553fa2a7ddcca6d0f585 Mon Sep 17 00:00:00 2001 From: YaroslavTER Date: Sat, 7 Mar 2020 19:47:23 +0200 Subject: [PATCH] Update README.md Hi, I'd like to share the link to the interesting article that I've found. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54eb2b4..7669f16 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,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**: _Build your own React Hook_](https://www.netlify.com/blog/2019/03/11/deep-dive-how-do-react-hooks-really-work/) #### Build your own `Game`