Web development for the rest of us

pkg.devDependencies
It supports computed properties, which can depend on other computed properties. They're incredibly useful:
2
4
8
You can use it anywhere, but it's particularly well suited to Svelte apps: * Cost of adding to a Svelte app < 1kb! * Static analysis optimises your store subscriptions * Shares an API (get, set, observe) with Svelte components
1
3
3
Major new addition to Svelte: global state management (think Redux/MobX/Vuex, but for Svelte) via `svelte/store`: svelte.technology/guide#stat…
7
20
90
Some ideas for global state management built in to Svelte apps: gist.github.com/Rich-Harris/…
11
Nice heatmap component — scottbedard.net/svelte-heatm… — and some impressions from a first-time Svelte user: scottbedard.net/blog/first-i…
1
11
This terrific article from the @googlebrain team uses Svelte to help explain how researchers are figuring out what's happening inside neural networks nitter.catsarch.com/shancarter/status/9326…
3
11
Svelte starter kit (state management, testing, routing, webpack etc) from @rob_balfre ```bash npx degit rob-balfre/svelte-starter-kit my-project cd my-project npm install npm run dev ``` ...and you're off to the races: github.com/rob-balfre/svelte…
1
4
19
Redux Zero 4.3.0 is out! Now we have @sveltejs bindings 🎉🎊🎁🎀 github.com/concretesolutions…
3
8
Replying to @sveltejs
... and while I'm at it, here's a router component as well 🚀github.com/coussej/svelte-ap…
1
1
5
Replying to @sveltejs
@sveltejs components for everything! Now also for the Google Maps Embed API => github.com/coussej/svelte-go…
1
1
5
Quick and simple and probably buggy flatpickr component for @sveltejs npmjs.com/package/svelte-fla…
1
2
4
2
A new framework has been added to CodeSandbox, say hello to @sveltejs! codesandbox.io/s/svelte
3
13
55
You can now build @SvelteJS apps on @StackBlitz! 💥 stackblitz.com/fork/svelte Can't believe it only took 30m 😮 Abs amazing work @Rich_Harris!
1
15
28
Replying to @Corriere
@Corriere has just published a follow-up about cultural heritage damages in Syria developed with @sveltejs! csera.it/d24b53c7Qd
1
2
Svelte retweeted
As example, it makes possible for @sveltejs move from alpha16 to latest CSSTree with a little penalty in bundle size github.com/sveltejs/svelte/p…
1