Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
joas19425yI'm currently working on a PHP web framework that's using Svelte components and it feels super simple and minimalistic coming from Vue.js while providing pretty much everything I have needed so far.
The reactivity labels feel a bit hackish and clumsy since the dependencies need to be statically analyzable. And there isn't a documented way to dynamically bind props at runtime, but using the internal data structures isn't too hard either for this edge-case (component.$$.bound). -
droidion625yCertainly worth a try. Super pleasant syntax. No TypeScript support. Router not included (there is an external one).
-
looks vue'esque from what I can tell? what makes it different or rather what caught your attention?
-
@JoshBent stumbled upon it while watching youtube videos. I'm a huge fan of vuepress and the static site generator thing. And svelte does the same, with the diference there is unlike react and vue no framework running in the client browser. Because svelte compiles to vanilla html, css, js.
-
@heyheni oh, I keep forgetting about vuepress yeah - also just checked his demo about it, seems quite nice, but since I have no drop-in experience in react nor vue yet, I can't really tell if I would miss anything and if svelte is even "usable" right now, will definitely check it out more though, thanks!
-
@heyheni correction, I am now deeper into the demo and it's getting more and more impressive for sure
Related Rants
is sveltejs any good? 🙂
https://svelte.dev/
question
framework
svelte
web development
js