Web development for the rest of us

pkg.devDependencies
The 8kb Hacker News clone is now a fully compliant PWA: hn.svelte.technology
1
7
Until we get this fixed, you can access the site at sveltetechnology-wpctwcbkvq.…
Having some DNS issues with svelte.technology — please bear with us! (in the process of enabling Cloudflare)
1
1
The code for the fly transition is dead simple (we'll release these as plugins). If you have better API ideas please come and share them!
2
Transitions — data-driven, CSS-powered but w/ full JS flexibility, optionally bidirectional. Track progress here: github.com/sveltejs/svelte/p…
2
4
23
Yes! @u_glow gets it — runtime-less isn't just about smaller, faster code, but robust, reusable, future-proof code medium.com/@u_glow/my-first-…
8
22
Help wanted (and a great opportunity to learn Svelte): github.com/gothinkster/realw…
2
3
Svelte retweeted
.@sveltejs is cracking down on performance! Soon all PRs will be automatically benchmarked in Firefox and Chrome. github.com/sveltejs/svelte-b…
1
1
New in Svelte 1.17 — media element bindings. Makes it easy to build custom controls for <audio> and <video> svelte.technology/repl?versi…
2
3
16
Trick to compare a new value against a cache without a temp variable: if (cached !== (cached = value())) { text.textContent = cached; }
1
11
The Svelte REPL now has a 'download' button: ✅ Rollup pre-configured ✅ Pre-rendered CSS ✅ Easy deploy to @zeithq svelte.technology/repl
1
16
69
Frankly this is a bit annoying. All these other libraries using Rollup diminishes Svelte's comparative size/startup advantages
Replying to @trueadm
So, @RollupJS now powers Vue, Ember, Preact, Riot... and React. (And D3, PouchDB, Three.js, etc etc — we should probably maintain a list)
6
29
Svelte retweeted
A lightweight JavaScript framework: Introduction to @sveltejs – DebugMe Blog ow.ly/BJYs30avxyo
1
The 17 lines of code you need to make Svelte components behave like Vue, with accessors for data instead of methods stackoverflow.com/questions/…
2
6
^ This is the sort of thing you get for free with the new <:Window> 'meta-component' in Svelte 1.13. Documentation coming soon!
5
Playing around with parallax effects — no libraries, no JS to write, purely declarative svelte.technology/repl?versi…
1
12
44
you can now Svelte while you Ruby github.com/bordeeinc/svelte-…
2