Web development for the rest of us

pkg.devDependencies
Svelte retweeted
Welcome to #JSopoly! Please follow us for humorous Community Code (i.e. Community Chest), Pull Request (i.e. Chance), and other game-centric parody tweets. #javascript
22
178
584
In React if want to render a string (that you trust, of course) into HTML you need to use: 'dangerouslySetInnerHTMLDontUseOrDanWillBeMad' @sveltejs is a little bit less verbose in that regard, learn how to do it under a minute on @eggheadio 🥚🕶️ egghead.io/lessons/svelte-re…
3
4
45
I'm looking to fill up my feed with all things @sveltejs. If anyone has recommendations of people to follow, tag them! I've got @Rich_Harris covered. #sveltejs
19
4
34
Svelte retweeted
Had a chance to (virtually) sit down with Svelte Native creator @halfnelson_au to talk about his inspiration for merging @NativeScript with @sveltejs nativescript.org/blog/an-int…
13
49
If you're building stuff with Svelte, are you using it to create custom elements (aka web components)?
32% didn't know you could
43% nope!
19% yep!
7% i would, if ... (reply)
706 votes • Final results
5
9
15
Nice! @quantumjs is organizing a @sveltejs meetup in Vienna. The first event is next Monday (the 14th) meetup.com/it-IT/Svelte-Vien…
2
16
Next week I'll be giving my first "tech talk" at the @JavaScriptKC meet-up! I'll be doing an introduction to @sveltejs! meetu.ps/e/Hj36Q/FPGBl/d
3
26
My colleague *Lukas Korten* explains @sveltejs to the attendees.
1
1
15
2019 was the year of Typescript mostly on Twitter. With the way my feed is going currently I won't be suprised if 2020 turns out to be the year of @sveltejs. Your thoughts?
13
12
114
🔥 Smart Access is looking for a frontender – Tech stack: @sveltejs + @nodejs 🇨🇦 Edmonton, Alberta, Canada linkedin.com/jobs/view/15357… #svelte #canada #sveltejobs
3
15
Tweet sized todolist with @sveltejs <script> let t = []; function update(event) { t = [...t, event.target.value]; } </script> <style> * {font-family: "Comic Sans MS"; color: pink} </style> {#each t as i}<li>{i}</li>{/each} <input on:change={update} />
10
38
173
I'm travelling from Norway to Ukraine for @KharkivJS. Tomorrow will be my @sveltejs presentation. If you love frontend development, you've got to see this. It will blow you away.
2
2
25
I still remember when React came out—I hated it. I thought JSX was un-ergonomic, and impractical. But then I started seeing more and more smart people liking it. So I shut my dumb mouth, put aside my dumb, snowflake opinions, and just tried it. That's where I am with Svelte.
18
16
201