oaxino Posted September 16, 2024 Report Share Posted September 16, 2024 Fundamentals of Web ComponentsLast updated 3/2024Duration: 4h20m | Video: .MP4, 1920x1080 30 fps | Audio: AAC, 44.1 kHz, 2ch | Size: 3.03 GBGenre: eLearning | Language: EnglishLearn web components api of custom elements, shadow dom and templatesWhat you'll learnWeb Components APICreate your own custom elements, use them in html like the built in elementsUse templates to create the structure of your elementsUse shadow dom to encapsulate your elementUse slot for composing your custom elements with different elementsCreate custom eventsRequirementsFamiliarity with basic dom manipulation with javascriptDescriptionWeb applications are evolving and frameworks like react, vue, angular, svelte and others, are bringing functionalities like reusable components to make it easier to create huge applications. Withweb componentswe can create our custom html elements, just like we do in the other popular web frameworks. But the difference is, web components api is web standard, which means it's coming with the modern browsers. So without requiring additional build process or any other tooling, we can run our code as it is in the browser. All we need is just vanilla javascript knowledge.Web components has three main APIs.Custom Elements,Shadow DOMandHTML Templates. And in this course we will learn and practice all.We will learn how we can built custom elements, how we can extend built-in elements. Also we will practice the "template" to make the rendering of our custom element more efficiently.We are going to practice the Shadow Dom to see it's role in web components. We will see how we can compose our custom element with the markup provided externally. And also we will see our styling options of our elements.And finally, we will practice, how the events are changed in shadow dom. We will see the issues and we will introduce our solutions.If you want to build re usable web components without relying onto a third party library, if you want to build applications based on the web standards, then web components is the answer.Who this course is forDevelopers who wants to build web clients with web standards.Developers who wants to build applications without needing 3rd party library and framework.Homepage:https://www.udemy.com/course/fundamentals-of-web-componentsScreenshotsDownload linkrapidgator.net:https://rapidgator.net/file/e8aaf0b3ffc1bc18c4a5ac9d15bea44e/heonz.Fundamentals.of.Web.Components.part1.rar.htmlhttps://rapidgator.net/file/407b749d5a71471b7005ef6fcf499de1/heonz.Fundamentals.of.Web.Components.part2.rar.htmlhttps://rapidgator.net/file/6fcac7d27d2dbacb925e54cb333bb414/heonz.Fundamentals.of.Web.Components.part3.rar.htmlhttps://rapidgator.net/file/75763df527c759993efd5df7896f580b/heonz.Fundamentals.of.Web.Components.part4.rar.htmlnitroflare.com:https://nitroflare.com/view/C0F446EC0E1D258/heonz.Fundamentals.of.Web.Components.part1.rarhttps://nitroflare.com/view/7D36DB2A9670637/heonz.Fundamentals.of.Web.Components.part2.rarhttps://nitroflare.com/view/AD35E16F3AD15F4/heonz.Fundamentals.of.Web.Components.part3.rarhttps://nitroflare.com/view/9F46AD28FC17968/heonz.Fundamentals.of.Web.Components.part4.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now