DEV Community

Discussion on: Why you need to start using Svelte Js for web development projects if you still don't

Collapse
 
yellow1912 profile image
yellow1912 • Edited

The last time I checked it, svelte doesn't really support legacy apps (the type where html is generated by backend code such as php) and is loaded separately from js files. I went with vuejs for that reason.

Collapse
 
vaniukov profile image
vaniukov

Thanks for sharing your experience. Vuejs is definitely a better choice for the legacy apps in that case.

Collapse
 
kieranholroyd profile image
Kieran

inertia.js

Collapse
 
yellow1912 profile image
yellow1912

Thank you, this is interesting. I have implemented my own solution but this is definitely worth checking.