OH in the Svelte chatroom — "I've got a newly graduated junior working with me who learned back end development in school but picked up Svelte+Sapper in a day. That wouldn't happen with the other frameworks due to their larger API and frankly complexity of their solutions."
It’s hard to navigate every twist and turn of the $90 trillion global economy. To help you, Bloomberg @Economics created this real-time dashboard of key economic indicators from every corner of the world.
bloom.bg/2tkywuj
Reframed: this is what the *current* generation of FE frameworks (Svelte, Stencil, Marko, Angular's Ivy, Ember's Glimmer etc) looks like. The mainstream frameworks are *last* generation!
Lil' preview of the experimental IDE I'm working on for @sveltejs apps. Notice how selecting an element takes us to the exact character in the component where it's defined. This works even if the element is inside a list of data fetched from a remote server! Instant feedback. 1/
i plan to publish this @sveltejs talk as a series of interactive blog posts, but in the meantime if you like watching people fumble their way through live demo disasters then BOY do i have the video for you
OH in the Svelte chatroom — "Our hardware is very limited ... and after testing a whole bunch of frameworks and alike, svelte was the big perf/maintainability winner"
the next version of Svelte will have pointer events!
(So does the current version. And every version before that. Because pointer events are part of the platform, not a feature that needs to be implemented with extra framework code)
😉
svelte.technology/repl?versi…
If you'd like to create your own transitions, it's incredibly easy — here's the entire source code for svelte-transitions-draw, for example. Svelte takes care of turning it into an efficient CSS animation
Over the weekend Svelte got some new primitives that allow
a) transitions to coordinate with each other
b) lists to animate smoothly (using CSS, but with full programmatic control)
Still a couple of kinks to iron out but we're getting there svelte.technology/repl?versi…
Sapper 0.12 comes with a change that will make your apps even smaller and faster, while removing boilerplate from your components. Here's the migration guide --> sapper.svelte.technology/gui…