From c53880417f2e0b24573f15415e5b2b23aa9f9e15 Mon Sep 17 00:00:00 2001 From: Zachary Lee <62339765+ZacharyL2@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:50:12 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a423c01..6bc7243 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ It's a great way to learn. #### Build your own `Front-end Framework / Library` +* [**JavaScript**: _Build Your Own React.js in 400 Lines of Code_](https://webdeveloper.beehiiv.com/p/build-react-400-lines-code) * [**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**: _Building React From Scratch_](https://www.youtube.com/watch?v=_MAD4Oly9yg) [video] From 3f0dbb922c4e8fee6b6031b7edd7cb5a643e5a3c Mon Sep 17 00:00:00 2001 From: Zachary Lee <62339765+ZacharyL2@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:35:41 +0800 Subject: [PATCH 2/2] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc7243..fe180af 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ It's a great way to learn. #### Build your own `Front-end Framework / Library` -* [**JavaScript**: _Build Your Own React.js in 400 Lines of Code_](https://webdeveloper.beehiiv.com/p/build-react-400-lines-code) +* [**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**: _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]