DEV Community

Discussion on: Switching back to a monolith

Collapse
 
jcs224 profile image
Joe Sweeney

Yeah I looked into Turbolinks too, but the hesitation I had with it was I have a lot of JavaScript libraries that would conflict with Turbolinks. But, since I'm just building a Vue SPA on the front-end, it's pure JavaScript and it works great!

Collapse
 
leob profile image
leob

You're right, Turbolinks works great if you do everything "the Turbolinks way" but that means you can't just drop in any 3rd party lib and expect it to work. InertiaJS sounds really magical, it's a genius concept.