|
|
|
|
|
by agmcleod
3675 days ago
|
|
I agree it's not the complete solution, but I think rails does a pretty good job at providing tools for making a progressive webapp. Many of us see the apps that have a blank page until data is loaded and the front end JS then renders. It's just a yuck experience. I dislike the fact that it happens in one of my own projects. While I find the concept of turbo links weird with pulling raw html over XHR and then rendering it, it does essentially just speed up a non-js capable website. In time rails will need to replace this out, as the JS tooling keeps evolving, better solutions will arise. |
|