As a die hard rails developer, can someone sell me on Stimulus?
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.
once again - proves you can't escape from js frameworks. if anyone has used stimulus you realize you're slowly making your own miniframework with turbo streams etc.
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.
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.