TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Svelte 5 signals fix its glitchy and inconsistent reactivity

1 pointsby webdevladder9 months ago

2 comments

webdevladder9 months ago
I wrote this blog post about how Svelte 5 (currently a release candidate) uses signals to fix two problems with its former reactivity system that was introduced 5 years ago.<p>If you were unaware, signals are being adopted by almost every major frontend framework except React. From the TC39 proposal[1] to add them to the JS language - &quot;Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz&quot;. Adding signals to JS would enable standardized developer tooling around them among other benefits, the proposal describes more.<p>Signals also enable Svelte 5&#x27;s fine-grained reactivity, which again puts it among the performance benchmark leaders, and the signals DX with runes[2] is simply fantastic in my experience.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;tc39&#x2F;proposal-signals">https:&#x2F;&#x2F;github.com&#x2F;tc39&#x2F;proposal-signals</a><p>[2] <a href="https:&#x2F;&#x2F;svelte.dev&#x2F;blog&#x2F;runes" rel="nofollow">https:&#x2F;&#x2F;svelte.dev&#x2F;blog&#x2F;runes</a><p>There&#x27;s also a video if you&#x27;d prefer to watch - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lcnimZTNOCA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lcnimZTNOCA</a>
meiraleal9 months ago
Nobody wants another breaking change. Svelte totally lost it
评论 #41330912 未加载