Hello there, I have written a Stimulus inspired simple page oriented framework called Refable. It is simpler and probably less capable than Stimulus. Any feedback is welcomed.
Interesting. What’s the main purpose behind rewriting a stimulus?
It is simpler, no outlets, no CSS classes and no typed values. Also 1 controller per element. On the plus side child controllers are mounted like targets, events are bubbled, no need to define targets and values in the controller and not scoped data- attributes so targets are mounted on the nearest parent controller.