From e0fa460ab92f05f09b882ed7af5fc64344a3880e Mon Sep 17 00:00:00 2001 From: VIKASH LAL <105917542+Therobo77@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:10:14 +0530 Subject: [PATCH] Add resource for DOM (#5232) * Update 102-shadow-dom.md These changes are important from a student's perspective. * Update src/data/roadmaps/frontend/content/113-web-components/102-shadow-dom.md --------- Co-authored-by: Kamran Ahmed --- .../frontend/content/113-web-components/102-shadow-dom.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/frontend/content/113-web-components/102-shadow-dom.md b/src/data/roadmaps/frontend/content/113-web-components/102-shadow-dom.md index 5192b1e74..e823bf4d1 100644 --- a/src/data/roadmaps/frontend/content/113-web-components/102-shadow-dom.md +++ b/src/data/roadmaps/frontend/content/113-web-components/102-shadow-dom.md @@ -4,4 +4,5 @@ An important aspect of web components is encapsulation — being able to keep th Visit the following resources to learn more: +- [@video@DOM vs Virtual DOM vs Shadow DOM](https://youtu.be/7Tok22qxPzQ?si=2cw36PNSgFTcNHWx) - [@article@Using shadow DOM | MDN web docs](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)