hotwired / stimulus

A modest JavaScript framework for the HTML you already have
https://stimulus.hotwired.dev/
MIT License
12.74k stars 427 forks source link

PSA: Two Stimulus packages that aim to eliminate a lot of boilerplate #732

Open ajaishankar opened 1 year ago

ajaishankar commented 1 year ago

Hi

Love working with Stimulus!

This is not an issue...

Have published two packages that hopefully makes it even more easier to work with Stimulus.

  1. Stimulus Reactive Reactivity for Stimulus. Wires up @vue/reactivity with Stimulus (eliminates need for event handlers and simplifies development a lot) DEMO: https://ajaishankar.github.io/stimulus-reactive/

  2. Stimulus Typescript Automatic type inference for values, targets and outlets (eliminates need to declare let ...)

Thanks!

Ajai