I'm just now exploring turbo frames and I don't quite get the benefit. I use rails with vite. API endpoints are mounted under `/api/v1`, and frontend routes are all funneled through react-router.
Stimulus is just a minimalistic way of binding javascript classes to dynamic dom components.
stimulus is cool, if you know you gonna have less than 5 js stimulus controllers.
Rails is still unmatched in terms of productivity for API mode.