Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I haven't used any modern framework yet (still rails).

Might consider Vue.js for writing new very interactive components...



Be sure you try stimulus and turbo first - you might find it is much better that way. Vue and react both have the same problem - it forces you to move your html into the JS. At that point you have no other choice but to move everything to js the database (vuex), validations, routing, internationalization, etc.

In theory you can just decorate your server side html with vue tags, but in reality that only works for simple hello world demos. Vue wasn't really built for that.


Thanks

I have stimulus in my scope too

We have some JS code works similar to it but still considering the testing and transition method.

Before that I got some dependencies need to be updated first




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: