Live data from Hacker News

SvelteKit 1.0

svelte.dev

41–50 of 296 posts

Re: SvelteKit 1.0

#43
post #14

Why is there a new frontend-whatever-work / tool every week? Database stuff is fairly stable, so is backend stuff. Browser APIs seem stable to me too? Why can't you guys decide that this is how things are best done

if you know what you were doing on front-end you wouldn't spelling this words aberration compilation

Re: SvelteKit 1.0

#44
post #14

Why is there a new frontend-whatever-work / tool every week? Database stuff is fairly stable, so is backend stuff. Browser APIs seem stable to me too? Why can't you guys decide that this is how things are best done

Because it is a not a new js framework, but a higher level tool based on a js framework I. E. svelte.

Similar meta frameworks exist for other js frameworks eg: Next(react), Nuxt(vue), Remix(react), rakkas(react), Solidstart(solid) etc.

Re: SvelteKit 1.0

#45
SvelteKit 1.0 is the one release I was actually waiting for. I've seen a lot of flashy stuff launch in the frontend framework recently but this one feels...genuine?

Huge congratulations to Rich and team! Hope I'll be able to contribute to Svelte's growth someday.

Re: SvelteKit 1.0

#46
Sveltekit has been an absolute DREAM to learn and use with my app! Been tracking their 1.0 progress closely and it's been incredible.

Sveltekit + TailwindCSS + FastAPI has made it super easy to whip up functionality and have a fine-tuned approach as well.

As someone else said, the "I CAN'T BELIEVE IT WAS THAT EASY" is an ongoing sentiment whenever I use it.

Looking forward to seeing it grow and gain more popularity

Re: SvelteKit 1.0

#47
post #27

This is how I move fast and break nothing. By having fullstack type-safety from database all the way to the frontend with auto-completion. My current stack: + SvelteKit (could be Next, Nuxt, Solid or any other TypeScript framework) + tRPC (typed calls between frontend and backend, https://trpc.io ) + trpc-sveltekit (glues SvelteKit and tRPC, https://github.com/icflorescu/trpc-sveltekit ) + Prisma (ORM, https://www.pr…

How are you liking Prisma compared to a pure SQL approach?

Re: SvelteKit 1.0

#48
post #36

There is so much "let me just see if this works..." tap tapppy tap .... "no... NO WAY... OMG IT WORKED!" with Svelte. Very little surface area. It embraces your knowledge of plain ole CSS/JS/HTML and empowers you with reactivity and a means of if being able to add motion to your ui. Newbs and Pros alike can build fast with it. That speed + reactivity allows your software to better keep up with your converstaions that…

> It embraces your knowledge of plain ole CSS/JS/HTML Yeah that's one of the things I love about Svelte. It tends to enhance fundamental web knowledge rather than forcing you to think in convoluted ways. Features like actions put you close to the bare metal so to speak. I use those all the time.

Backing up how great it is that so much of Sveltekit is built using basic web standards. More often than not when I'm wondering what the shape of an object or function is in Sveltekit, I realize that it's exactly the same as you'd find on MDN documentation.

It's an incredibly refreshing experience compared to other frameworks that create custom concepts for everything they do.

Re: SvelteKit 1.0

#49

"This app requires modern web platform features. Please use a browser other than Safari." Looks cool but not production ready.

That's for the interactive tutorial, not for the apps your build with Svelte/Kit.

Re: SvelteKit 1.0

#50
Congrats all Svelte team and community, highly antecipated project. Played a lot with the early releases. To me, Svelte suite is the best option for front-end applications.
Post reply on HN