SvelteKit 2.43 marks a major leap in how we build frontends.
You can now use await inside components with async SSR β collapsing the distance between data and UI.
Key highlights π
-
Async SSR β Use
awaitdirectly in components for cleaner, faster rendering. - Remote Functions β Bring server logic next to your components.
-
query.batch()β Combine multiple requests into one call. - Schema-enhanced forms β Smarter validation & consistent data handling.
This release blurs the line between frontend and backend β giving you full-stack power with frontend simplicity.
π Full breakdown: SvelteKit 2.43 Async SSR & Remote Functions Explained
What do you think β are we heading toward a truly async-first web?
Top comments (0)