Dominic Oladapo-Tonadecatw.hashnode.dev·Jul 2, 2024A Comparative Analysis Between Frontend TechnologiesWhere ReactJS reigns supreme in the evolving landscape of frontend development, I'll be talking about and comparing lesser-known alternatives can offer fresh perspectives and unique advantages. Today, I'll feature two intriguing contenders: LitElemen...Discuss·1 likestenciljs
Igor Neves Faustinoigornfaustino.hashnode.dev·Jul 2, 2023Set up Storybook in a Stencil projectSetup Storybook in a Stencil project was not as easy as I expected. So I documented here the main steps I took to setup my project. Hope this can be useful to others in need. Beginning with a Stencil application created, run the init script for the S...Discuss·1 likestenciljs
Dhruv Samantdhruvsamant.hashnode.dev·Jun 6, 2023Getting Started with Stencil.js: The Basics of Web Component DevelopmentIn today's web development landscape, creating reusable and modular components is a key aspect of building scalable and maintainable applications. Stencil.js, a popular open-source tool developed by the Ionic team, empowers developers to build high-p...Discuss·43 readsstenciljs
Daniel Olabemiwolitecoder.hashnode.dev·Apr 23, 2023How to Use StencilJS to Create Web Components"Getting Started with Stencil.js: A Beginner's Guide" - This article covers an introduction to Stencil.js, including what it is, how it works, and how to set up a new Stencil.js project. This article arises from the need to build reusable and scalabl...Discuss·1 like·75 readsWeb Components
Vaibhav ShindeforDytedyte-io.hashnode.dev·Mar 13, 2023Getting Started with Web Components using StencilWeb components (or Custom Elements) is a set of standardised APIs that allow you to create reusable and encapsulated components for the web. Custom elements allow you to define your own HTML elements and their behaviour using JavaScript. This means y...Discuss·2 likes·41 readsengineering
Michael Lehmannblog.lehmamic.ch·Jun 13, 2022A step closer towards micro-frontendIn my previous post, I described our way to build a library to share layout, styles, and components in the user interface of our self-contained systems architecture. This helped us a lot because it reduced the coupling of the shared code to the appli...Discussui-composition