This commit is contained in:
YaroslavTER 2020-06-20 04:56:23 +03:00 committed by GitHub
commit 8f5f3cec32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**: _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`