6 ms·
So if I have an idea for an online service / app. I can go an make it using Ruby on Rails all on my lonesome? Do I have to deal with JavaScript in any way?
by southwesterly 3y ago
So if I have an idea for an online service / app. I can go an make it using Ruby on Rails all on my lonesome?
Do I have to deal with JavaScript in any way?
- cooljacob204 3y ago> I can go an make it using Ruby on Rails all on my lonesome Sure can. However I won't pretend it's the only framework you can do this with and be productive. I love Rails and Ruby but it has great competitors these days. > Do I have to deal with JavaScript in any way? Really depends on what you're doing but probably.
- gls2ro 3y ago> Do I have to deal with JavaScript in any way? You can use Hotwire (look at turbo frames and turbo streams) and you will write less Javascript code while achieving some very nice interactive UI.