AA said about 5 years ago on Stimulus Javascript Framework :
Hi, I've heard about Stimulus being a good drop-in replacement for jQuery (within rails application) rather than being a competitor to Vue, Angular, etc. It suits my needs because of I already have my HTMLs and I wanted to get rid of jQuery and sprockets etc. My application doesn't have heavy JS features but definitely some kind of DOM manipulation for forms (validation and nested form addition and deletion). Some other use-cases I think of are field formatting (phone numbers with dashes, prices with appropriate currency symbols and spaces, etc.), and also multi-step forms (with JS), so basically like a mini SPA for the multi-step forms only. Will I be able to do this kind of stuff with Stimulus? (again without jQuery) I will refactor my whole UI and I was also thinking about either going with Stimulus or Vue.. Regarding my needs do you have some advises?