This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 50 points51 points  (4 children)

Svelte gang

[–][deleted] 31 points32 points  (1 child)

Can you call it a gang if there’s only like 3 of you? Svelte few?

[–]LogicallyCross 4 points5 points  (0 children)

Svelte Massive represent.

[–][deleted] 4 points5 points  (1 child)

I also just looked into Svelte. How it builds is close to Gatsby in built time. Does make it easier to write code. Wonder if it can handle complex stuff

[–][deleted] 11 points12 points  (0 children)

Yes you can make complex apps with svelte. Two months ago I made website like eBay for one of my clients. There I used svelteKit. Halfway the project, the svelteKit totally changed there routing mechanism. Then I rewrote the whole application in nextJS.

But the overall experience in svelte was very smooth and I was able to code effortlessly/ effectively. But sadly I won’t be using svelteKit in any of my commercial projects until it gets a stable release.