DEV Community

Discussion on: A case for Turbolinks, Stimulus and React

Collapse
 
rhymes profile image
rhymes

I really want to explore Turbolinks + Stimulus for server side rendered web apps. Thanks for the nudge!

React (or similar alternatives) used in specific pages make sense!

I wish more people stopped to consider more what they want to achieve instead of diving in SPAs from day zero :)

Thanks for the article Clay!

Collapse
 
powerc9000 profile image
Clay Murray

Totally we started out doing an SPA. But it was megabytes of content to download each page. And if there was an error in our JS then nothing renders at all! I love this method for the robustness of it. If my stimulus has an error. The page still loads and the user can at least see something.