hotwired / stimulus

A modest JavaScript framework for the HTML you already have

Home Page:https://stimulus.hotwired.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ajaishankar opened this issue · comments

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