Web development for the rest of us

pkg.devDependencies
@daslaf presentando sobre @sveltejs
4
8
A zsh function to fire up a local @sveltejs app. Literally takes 3 seconds (after first-run cache). Thx @pnpmjs new-svelte(){ degit sveltejs/template "$1" cd "$1" pnpm install code . -g src/App.svelte open -a "Google Chrome" http://localhost:5000 pnpm run dev }
2
11
63
hive mind: what's the easiest way to use Svelte with WordPress? cc @CedricbDev
Hi, @Rich_Harris! I'm using @vuejs a lot to build neat UX in my WordPress plugins. Is there a way to use @sveltejs within WordPress plugins? I'm learning it right now, and it's AWESOME 😎
1
3
There are some seats left for our @sveltejs v3 livestream with @Rich_Harris in ~30 minutes if anyone wants to drop by: egghead.zoom.us/webinar/regi…
2
4
12
Hey! 👋 Do you have 5 minutes (yes, you do) and would like to learn the basics of @sveltejs? 🤩 My TL is full of tweets praising @sveltejs and if you'd like to check what the hype is all about - take a look at this quick @eggheadio playlist I've created egghead.io/playlists/getting…
9
28
132
Ok, I'm an idiot. The GitHub API isn't lagging, the script just didn't account for pagination! The actual number is 119 contributors:
2
39
(in fact I think the number is higher — there must be some lag in the relevant GitHub API. Some recent committers aren't shown here yet)
1
5
with our 3.2.0 release, we've reached a nice milestone — we now have 💯 contributors! absolute legends, the lot of you
1
18
175
Svelte is the first framework that I've used since picking up React that genuinely blew me away. In this example, writing an app in Svelte was a lot easier than writing an app in React. YMMV.
1
7
57
Svelte retweeted
"Zero Config, yet Technology Agnostic: How Netlify Dev Detectors Work", on the @Netlify blog A look at how Netlify Dev detects, runs and enhances your SSG during your development as @swyx adds a detector for @sveltejs. netlify.com/blog/2019/04/24/…
2
6
30
🔥 CodeSandbox Updates 🔥 The new @sveltejs v3 template is ready at: codesandbox.io/s/svelte 🎉 - Autocompletions, linting, formatting and syntax highlighting for svelte (thanks to github.com/UnwrittenFun/svel…)
5
45
238
Svelte retweeted
I'm quite liking @sveltejs stores. Makes it easy to import (and subscribe) to state in your components, without much need for prop drilling at all. Here is a little hash router where the route: /#/posts/123 would result in state of: ["posts", "123"] (And it's reactive of course)
1
8
43
The new @sveltejs v3, coming soon to a @codesandbox near you 😁. Thanks @NikkitaFTW for all the hard work on this!
7
42
411
As of 3.1.0, Svelte supports RxJS (and compatible, including the proposed TC39 standard) observables out of the box: svelte.dev/repl?version=3.1.… Many thanks to @BenLesh and @JohnLindquist for making this happen! More examples and docs to follow soon
9
66
336
This is a really excellent intro to Svelte — recommended
18
76
Londoners — let's make this happen meetup.com/svelte
2
4
27
Just went through a period of crucial React optimizations, still having mixed performance. @sveltejs 3.0 appears and I wish the dev community would just shift over night. This is mind-bogglingly nice to work with.
3
5
35
Just published 3.0.1, the first post-v3 release. Many thanks to all the contributors, and a warm welcome to all the new faces — it's great to have you on board. Some more PRs to merge soon, but for now, changelog: github.com/sveltejs/svelte/b…
21
78