bridgetown icon indicating copy to clipboard operation
bridgetown copied to clipboard

Relocate the configurations for Turbo and Stimulus to community-managed repos

Open jaredcwhite opened this issue 1 year ago • 1 comments

Just as we did with Tailwind before, I'd like to remove the Bundled Configurations for Turbo and Stimulus and move those to a separate community-managed repo. This is in line with our general policy not to promote technologies maintained by 37signals, and on top of that, there's increasingly less need to reach for Turbo or Stimulus now that the native web platform has cross-document view transitions (no more need for Turbo Drive in most cases), fetch (it's trivial to submit forms via Ajax), and web components (which can replace Stimulus in many cases, as well as handle "actions")—plus other popular libraries like htmx & Alpine.js. (I'm also a big fan of i-html.)

jaredcwhite avatar Jan 15 '25 19:01 jaredcwhite

Related: #970

jaredcwhite avatar Jan 15 '25 19:01 jaredcwhite