A Stimulus Component PoC #405
-
I have been more and more acquainted with Stimulus and really love its simplicity and flexibility. The same is true with my experience with the ViewComponent library. I really wanted a way to do both at the same time. This creates a HOC-ish class that allows you to build stimulus components with a concise dsl. Positives
Questions
|
Beta Was this translation helpful? Give feedback.
Answered by
joelhawksley
Jul 15, 2020
Replies: 1 comment 2 replies
-
@tbroad-ramsey this is lovely! I could see this being released as a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
joelhawksley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tbroad-ramsey this is lovely! I could see this being released as a
stimulus_component
gem 😄. I'd be more than happy to link to it in theview_component
documentation.