Feature #42510
Updated by Marius BÄ‚LTEANU 6 days ago
"Stimulus":https://github.com/hotwired/stimulus-rails is part of the Rails ecosystem, it does not have a huge footprint and the integration is quite minimal. Also, it can be integrated incrementally in our existing code base without any breaking change. In the community, there are a series of components that can be used in order to slowly drop the jQuery UI (at least) dependency. I'm not saying that just replacing jQuery UI with Stimulus is enough, but I think it can make our life easier. Below some examples: * https://www.stimulus-components.com/ * https://github.com/lazaronixon/css-zero: these components are a front-end starter, afront-end started, but they are depending on Stimulus as well where JS is required. I made also a basic patch that integrates Stimulus and rewrite the existing functionality of @copyTextToClipboard@ in Stimulus.