JosunLP, to javascript German

Yo #developers, #dev bubble, i need your thoughts. If got an older #Vue Project that needs some refactoring. Should i try to fix it, or rebuild the whole thing in #Svelte? I mean, it will be a ton of work, but it sounds like a lot of fun 🤔

Cat Computer GIF

vintprox,
@vintprox@techhub.social avatar

@JosunLP

Remaking in #Svelte sounds like a fun transition! Unless you cherish #Vue #DevTools or you make some one-off demo without preprocessing, there is no reason not to try a compile-first workflow with a lot cleaner syntax that Svelte has to offer.

If you have a larger project on your hands, wrap it in #Astro. This meta framework supports Vue/Svelte/Lit/etc components, which makes further migrations easier.

svargas, to webdev

What good sources have people found to find remote Fullstack Engineer roles in UK/Europe? I'm primarily aiming for B-Corp or Tech for Good. Any leads would be greatly appreciated 🙏

JesseSkinner, to php
@JesseSkinner@toot.cafe avatar

Migrating from CodeIgniter #PHP to #SvelteKit is so easy and pleasant.

By building the site 15 years ago, and modernizing it today, I skipped over the awkward middle stage of making an API & fetching data to render it in the browser.

SvelteKit's form actions let you build a fast site that even works without #JavaScript, which means I'm going from server-side rendering with links & forms, to server-side rendering with links & forms. Except now I have the power of #Svelte to make it way nicer!

symfonystation, to drupal
@symfonystation@phpc.social avatar

Drupal’s new Project Browser is built with Svelte! #Drupal #Svelte #drupalcon23 :drupal:

seblammers, to animation
@seblammers@vis.social avatar

I published a new blog post that shows some peeks behind the curtain of how I made my "Stories from the night sky" project.

I talk about some challenges in scraping data, matching weird dates, and detecting hover/tap events on very small elements.

Bonus:

  1. I show an #interactive #animation I developed that did not make it into the final piece.
  2. And I share the dataset I created from the different Wikipedia-timelines, spanning from 3200 BCE to 2022-12-31.

https://sebastianlammers.com/posts/making-of-night-sky

A gif that shows the screenrecording of quickly skimming through a blog post while sometimes stopping to toggle interactive elements.

seblammers,
@seblammers@vis.social avatar

P.s.:

I also share a little #svelte component I developed to allow users to toggle between units (think distance in mi vs. km, or temperature in °F vs. °C).

:)

schizanon, (edited ) to webdev

> You can't get faster than No Build

"The state of the art is no longer in finding more sophisticated ways to build JavaScript or CSS. It's not to build at all. To lean on HTTP/2 and the now universal support for import maps to avoid bundling."

https://world.hey.com/dhh/you-can-t-get-faster-than-no-build-7a44131c

#webDev #javaScript #css #html #http #http2 #useThePlatform #struggleStack #react #vue #svelte #rails #rubyOnRails #ruby #typescript #web #webpack #bun #vite #npm #nodejs

tiberiuichim, to react

So now, it's no longer , no longer or but . Do we jump on this hype train, or wait for the next one?

jamaps, to vancouver

i recently helped create a simple interactive map of public art in vancouver

made with svelte + maplibre

check it out here :)

https://schoolofcities.github.io/vancouver-public-art/map

#vancouver #art #publicArt #map #maplibre #svelte

changelog, to svelte
@changelog@changelog.social avatar

When Rich Harris and the #Svelte team switched off #typescript (to JSDoc comments), people freaked! But that’s mostly because they didn’t understand the whole story…

Rich tells the whole story on @jsparty ~> https://youtu.be/s234IO3RcZE

dgoosens, to svelte
@dgoosens@phpc.social avatar

bon... ben le talk d'@pierstoval à l' @ApiPlatform
conf 2023 m'a convaincu que je devrais jeter un œil à #svelte

dis Alex...
c'est bien ceci hein ?
https://github.com/Pierstoval/php-js-boilerplate

https://api-platform.com/con/2023/conferences/api-platform-svelte-et-un-max-de-buzz-words/

tonydang, to svelte

D3 radial cluster tree example, written in Svelte:
https://tonydang.blog/d3-svelte-radial-cluster/

Part of my series on converting the official D3 examples to Svelte: https://tonydang.blog/d3-svelte/

schizanon, to svelte

It feels like each version of #Svelte is an entirely new framework, it must be exhausting to work with.

#JavaScript #webDev #web

janeadams, to svelte
@janeadams@vis.social avatar

Thanks to Enrico Bertini for sharing this awesome read by Connor Rothschild about a 'framework-first' aproach to #datavisualization. I've never seen #Svelte and #D3 compared for visualization so clearly before. Really well done.

https://www.connorrothschild.com/viz

gka, to svelte

🥁 Amazing stuff coming up for #Svelte 5. Very excited about the "runes" and how they can simplify reactivity https://svelte.dev/blog/runes

sarcevic, to svelte
@sarcevic@mastodon.online avatar

#Svelte 5 with Runes changes the game. As app authors it requires us to be a bit more explicit with reactivity but for svelte framework authors this approach greatly reduces complexity and unlocks huge performance boost and way less reactivity pitfalls/ bugs

schizanon, to svelte

> Like every other framework, we've come to the realization that #Knockout was right all along.

> #Svelte 5's #reactivity is powered by #signals, which are essentially what Knockout was doing in 2010.

https://svelte.dev/blog/runes#signal-boost:~:text=Like%20every%20other,in%202010.

I could have told y'all this in 2010

#webDev #solidjs #javaScript #reactive #web #tech

Jbasoo, to programming
@Jbasoo@mastodon.social avatar
geoffrich, to svelte
@geoffrich@front-end.social avatar
geoffrich, to svelte
@geoffrich@front-end.social avatar

tomorrow should be magical 👀 🧙‍♂️ #Svelte https://svelte.dev/blog/runes

tonydang, to svelte

D3 calendar example, written in Svelte:
https://tonydang.blog/d3-svelte-calendar/

Part of my series on converting the official D3 examples to Svelte:
https://tonydang.blog/d3-svelte/

geoffrich, to svelte
@geoffrich@front-end.social avatar

This is extremely cool. SVELTROID: the HUD and visors from Metroid Prime, recreated with #SvelteKit and Three.js. Even scanning works! The world is rendered via Three, but the HUD is all #Svelte components. Shared by Tyler Johnson in the Svelte Discord's showcase channel.

Demo link: https://sveltroid.vercel.app
Works best with desktop Chrome, since you need to use keyboard controls.

video/mp4

adam, to svelte
@adam@ruby.social avatar

This D3.js data visualization I’m working on started as a page on my (Next.js) blog, but I think it’ll be better long-term to have it in its own repo.

After some planning for what I’ll need, I think The Pudding’s Svelte Starter Repo is the way to go. Coming from a group whose primary focus is D3.js data Viz, this looks far better than anything I could come up with.

Anyone have any recommended resources for learning Svelte?

https://github.com/the-pudding/svelte-starter

#d3 #Svelte #SvelteKit #dataviz #d3js

JesseSkinner, to svelte
@JesseSkinner@toot.cafe avatar

Working on my PHP side project, feeling an intense pull to migrate it to SvelteKit. But I know this is the biggest trap every coder with a side project can relate to - working on architectural changes instead of features. On the other hand, I love #SvelteKit and can make this thing way better with Svelte & SvelteKit than I ever will be able to with PHP. #Svelte + #PHP might be the way, except I lose the server-side rendering. Send help pls. :blob_dizzy_face:

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • ethstaker
  • InstantRegret
  • tacticalgear
  • rosin
  • love
  • Youngstown
  • slotface
  • ngwrru68w68
  • kavyap
  • cubers
  • DreamBathrooms
  • provamag3
  • mdbf
  • cisconetworking
  • GTA5RPClips
  • modclub
  • khanakhh
  • everett
  • Leos
  • osvaldo12
  • normalnudes
  • tester
  • Durango
  • anitta
  • JUstTest
  • All magazines