How to manage reactive state using Custom Elements (Web Components)

November 20, 2024

Signals are a pattern of reactivity that are in or coming to many frameworks and potentially JavaScript as well.

Nathan Herald describes how this approach works with Web Components.

Comments from Mastodon

  1. mb21 says:

    @conffab.com You might be interested in removing the manual dom attachments etc? Have a look at my experomental lib: https://github.com/mb21/mastro/blob/main/src/reactive.readme.md