Reactive State with Signals in LitOct 9, 2024 JavaScriptSignalsLitWeb ComponentsToday the Lit project release a new Lit Lab's package that I've been working on for a while that integrates the Signals TC39 Proposal with Lit: `@lit-labs/signals`! 🎉
How to Publish Web Components to NPMNov 1, 2019 Web ComponentsnpmJavaScriptWhat follows is my personal checklist for publishing web components to npm. This checklist attempts to maximize compatibility, standards compliance, flexibility, and usefulness to your users.