This commit is contained in:
Tan Li Hau 2025-04-11 16:25:37 -03:00 committed by GitHub
commit cc363a26fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,6 +182,7 @@ It's a great way to learn.
* [**JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_](https://mfrachet.github.io/create-frontend-framework/) * [**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_](https://pomb.us/build-your-own-react/)
* [**JavaScript**: _Building a Custom React Renderer_](https://youtu.be/CGpMlWVcHok) [video] * [**JavaScript**: _Building a Custom React Renderer_](https://youtu.be/CGpMlWVcHok) [video]
* [**JavaScript**: _Build your own Svelte_](https://www.youtube.com/playlist?list=PLoKaNN3BjQX1OQmFzK9SJnFXEurm1-UxQ) [video]
#### Build your own `Game` #### Build your own `Game`