We're running a full-day workshop on Svelte in Barcelona in July, going right from the basics to building full-fledged apps with Sapper. We'll also cover fun stuff like animations and WebGL. You should come!
Level up your #JavaScript skills this summer! Dive deeper and spend quality time learning from amazing trainers: @getify@Rich_Harris@TheLarkInn
✔︎ One full-day
✔︎ Comfortable venue
✔︎ Breakfast & Drinks
✔︎ Small class size
◻️ You
jscamp.tech/workshops
I'm still a huge fan of React but I really dig how @sveltejs has a unique charm of keeping simple things simple 😀
Just recorded another lesson about Stores which allow you to notify unrelated components whether a piece of data changes 🤔
Check it out:
egghead.io/lessons/svelte-us…
Hey! 👋
Due to a popular demand, I've expanded my "Getting started with Svelte 3" @eggheadio playlist and currently it's ... GASP 🤯 less than 10 minutes which you may either spend scrolling Twitter or learning the basics of @sveltejs 🧐
Check it out:
egghead.io/playlists/getting…
Tried out @sveltejs yesterday and it's pretty much like taking the best of React and Vue and putting them together to make something awesome.
Real easy to get started, no boilerplates, scoped CSS 👌
Great work @Rich_Harris et al
swizec.com/blog/svelte-takes…
I just released my first component for @sveltejs: a router for static Single Page Apps!
github.com/ItalyPaleAle/svel…
All other routers for Svelte3 don't support hash-based routing, which is often a requirement
(If you don't know Svelte, it's an amazing JavaScript frontend framework)
So the day has come when I have actually fallen for a JS "framework".
😅
I honestly never got really into Vue despite how many people loved it. React just... Not for me.
Svelte and Sapper though? 😍🥰🤩 OMG❤️
I made an interactive simulation of a resource distribution algorithm for an architecture project. i can not believe how easy @sveltejs made the development! all the charts are raw svg and bundle.js is < 300kb uncompressed
Why I'm picking @sveltejs for my new project when it's not as popular as Vue or React.
Obviously: @sveltejs is smaller and faster, and updating variables normally (with '=') is nicer than than setState() or set()