Using Hotwire with Alpine without StimulusJS

Just starting with Rails7, I wonder is it possible to use Hotwire with Alpine JS without

  1. any StimulusJS or
  2. any conflicts with StimulusJS

I have looked into Alpine Turbo Drive Adapter issues that mentioned edge cases where component updates (using either turbo-frame or turbo-stream) may sometimes cause Alpine attributes (x-*) to not work.

Wondering if anyone here has successfully used Hotwire with AlpineJS either without needing StimulusJS or without having conflicts?

Yes, I’ve used it successfully together - AlpineJS and Hotwire with StimulusJS, TurboFrames and TurboStreams