-
stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
What are its advantages / drawbacks compared to libraries such as Stencil or Lit?
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
You can make them pretty easily using this template. https://github.com/sveltejs/template-custom-element
-
You can use Svelte for making web components, but idk if it’d be my first choice. There are quite a few open issues related to custom element compilation. I’d read through those and see if there’s anything that would block you.