---
title: "My Favorite Framework Just Got Better"
url: https://daily.dev/posts/my-favorite-framework-just-got-better-l7zvgv8by
source_url: https://www.youtube.com/watch?v=j9fh4WC0zHo
type: video:youtube
source: "Joy of Code"
published: 2026-06-01T16:48:44.583Z
updated: 2026-06-01T16:49:03.506Z
tags: ["sveltekit", "server-sent-events"]
reading_time: 10
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# My Favorite Framework Just Got Better

**[Joy of Code](https://daily.dev/sources/joyofcode)** · 10 min read · 3 upvotes · 0 comments

## Summary

SvelteKit's experimental remote functions feature simplifies client-server communication by enabling component-level data loading, replacing the route-based load function pattern. The key highlight is query.live, a new remote function that enables real-time data streaming from server to client using JavaScript generators and readable streams — without WebSockets. Practical examples include a live poll, a video render progress tracker, and a real-time chat room, all built using query.live and form remote functions with built-in validation support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=j9fh4WC0zHo>

## Similar posts on daily.dev

- [SvelteKit 3 puts heat on Next.js with radical approach to RPCs](https://daily.dev/posts/sveltekit-3-puts-heat-on-next-js-with-radical-approach-to-rpcs-mfzwc6pvz) · DEVCLASS · 5 upvotes · 1 comments

---

Tags: [#sveltekit](https://daily.dev/tags/sveltekit), [#server-sent-events](https://daily.dev/tags/server-sent-events)

[View this post on daily.dev](https://daily.dev/posts/my-favorite-framework-just-got-better-l7zvgv8by)
