This commit is contained in:
Zachary Lee 2026-06-29 10:41:41 +01:00 committed by GitHub
commit c0c1a48a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,6 +179,7 @@ It's a great way to learn.
#### Build your own `Front-end Framework / Library` #### Build your own `Front-end Framework / Library`
* [**JavaScript**: _Build Your Own React.js in 400 Lines of Code_](https://upweb.dev/posts/build-react-400-lines)
* [**JavaScript**: _WTF is JSX (Let's Build a JSX Renderer)_](https://jasonformat.com/wtf-is-jsx/) * [**JavaScript**: _WTF is JSX (Let's Build a JSX Renderer)_](https://jasonformat.com/wtf-is-jsx/)
* [**JavaScript**: _A DIY guide to build your own React_](https://github.com/hexacta/didact) * [**JavaScript**: _A DIY guide to build your own React_](https://github.com/hexacta/didact)
* [**JavaScript**: _Building React From Scratch_](https://www.youtube.com/watch?v=_MAD4Oly9yg) [video] * [**JavaScript**: _Building React From Scratch_](https://www.youtube.com/watch?v=_MAD4Oly9yg) [video]