Dana Ciocandanaciocan.com·Nov 19, 2024Introduction to Web ComponentsEver since I first learned about web components I have been kind of fascinated by them and I’m not entirely sure why. Sure, there is something “neat” and elegant about the idea of creating components - building blocks of the web if you will - outside...Discuss·38 readsdeclarative-shadow-dom
Roja GnanavelforTrustedHTML APItrustedhtmlapi.hashnode.dev·Nov 19, 2024TrustedHTML - Why Can't I Create Web Components from the Console?I came across the TrustedHTML API while working with Web Components in the Lit framework. Being a lazy developer, I prefer testing things directly in the browser console instead of creating separate files. During one of these experiments, I ran into ...DiscussTrustedHTML
Adeesh Sharmaadeesh.hashnode.dev·Oct 13, 2024Part 2/2: Advanced Web Component PatternsThis blog is the second part of a series on Web Components. If you haven’t read Part 1, it’s highly recommended to do so before proceeding. Part 1 introduces the foundational concepts of Web Components, including Custom Elements, Shadow DOM, HTML Tem...DiscussReact
Adeesh Sharmaadeesh.hashnode.dev·Oct 13, 2024Part 1/2: Introduction to Web Components and Cross-Framework IntegrationDisclaimer! This 2-part series is not meant for a quick read—it requires you to take the time to analyze the code blocks and connect the functionality as you read through. Since Web Components is a distributed concept, it assumes some prior understan...Discuss·36 readsWeb Components
Tristan Durettristanduret.hashnode.dev·Sep 23, 2024Gemini, which project should I start ?I like to think of AI models as what you get when you moosh all content creator in a single entity (including the bad ones). But I watch enough House MD to know that even bad idea can detonate good ones. Instead of a little army of resident, I have G...Discusszigzap
Reece Poulsenreecepoulsen.hashnode.dev·Sep 3, 2024UI Builder Tips #2: An Introduction to UI BuilderUI Builder Tips Series Welcome to the UI Builder Tips series! I'll use this series to document what I've learned while working with ServiceNow's UI Builder. Since this is a learning process, these blog posts should be seen as a set of notes. The cont...Discuss·1 like·318 readsUI Builder TipsUI Builder
Vivekheyvivek.com·Aug 13, 2024🌟 Simplifying Web Development with Lit Components: JavaScript Web Components Made EasierIn the evolving landscape of web development, the need for reusable, modular, and efficient components has become paramount. While JavaScript Web Components provide a powerful solution to these needs, they often come with a steep learning curve. This...Discuss·11 likes·307 readslit
Louis Bertsonlouisbertson.hashnode.dev·Aug 5, 2024Beginner Guide to Total.js UI: #01 Installation and SetupIntroduction Welcome to the first post in our series on mastering Total.js UI. In this series, we will guide you through the fundamentals of Total.js UI, empowering you to create robust and dynamic Single Page Applications (SPAs) with ease. Whether y...Discusstotaljs-ui
Ameen Aladeblog.ameenalade.dev·Aug 3, 2024Web Components: The Secret Weapon You're Not Using (Yet)Hey there, fellow code wrangler 👋🏽. Remember the last time you had to rebuild that same dropdown menu for the umpteenth time? Or when your carefully crafted CSS got steamrolled by some rogue styles from who-knows-where? If you're nodding along, it'...Discuss·12 likes·50 readsCross-Framework Compability
Elom Emmanuelscansio.hashnode.dev·Jul 22, 2024How to Transpile JavaScript/TypeScript with Babel AST: A Guide for Functions and ClassesMastering JavaScript/TypeScript Transpilation with Babel AST: From Functions to Classes In the ever-evolving world of web development, keeping your codebase up-to-date with the latest patterns and practices is crucial. One common migration path is tr...DiscussBabel