schizanon, (edited ) to webdev

If there was an element that changes it's content when users interact with other elements on the page, what name would it have?

PLEASE NOTE: I am not suggesting that this element needs to exist; I am only asking what it would be called. I'm building a CustomElement, I just want it to have a name that makes sense.

Vote and suggest others in replies. Please boost for reach!

schizanon, (edited ) to webdev

Dear

Who are your favorite and who have stopped posting to Twitter? People who support and in the community on the instead of chasing engagement on a hate-site?

I want to them!!!

robinlovelace, to svelte
@robinlovelace@fosstodon.org avatar

This is a bit of a long shot, but if there are any #Svelte developers out there interested in mapping who would be willing to spend a bit of time helping a novice (me) out in some experiments to improve UX in web apps for sustainable transport planning, please get in touch. #GeoSpatial #DataScience

kristin_baumann, to svelte

The 2024 Du Bois Data Visualization Society Challenge has started!

Here is my re-creation of Du Bois Poster Nr. 6 for week 1, implemented with D3 and Svelte.

Live: https://du-bois-challenge-2024.kristin-baumann.com/#challenge1
Github: https://github.com/kristinbaumann/du-bois-challenge-2024

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/

marcoow, to svelte

We at @mainmatter have been long-term active members and contributors to the community.

Now we're expanding into . Why do we do that and what does it mean for our involvement with Ember?

1/🧵

seblammers, to programming
@seblammers@vis.social avatar

I finally pushed myself and published my personal website:

https://sebastianlammers.com/

It's where I experiment with all things web, like #html #css #javascript esp. #svelte and #svg most often in the context of #dataviz or similar forms of visual storytelling.

I have also put my first blog post up, where I share some notes on #dataWrangling in javascript:
https://sebastianlammers.com/posts/data-in-js-00

It's a multipart post aimed to be very beginner friendly.

Enjoy!

geoffrich, to svelte
@geoffrich@front-end.social avatar
hbuchel, to svelte
@hbuchel@hachyderm.io avatar

Every time I try to use component scoped styles in #Svelte I wimp out on it and go global instead. Anyone have good examples of (somewhat) complex apps (like a small ui library even) that make good use of component scoped styling I can take a peak at?

I tend to get lost at the "but what about the bits I want to share" part.

seblammers, (edited ) to Dragonlance
@seblammers@vis.social avatar

⭐ New project out today:
https://storiesfromthenightsky.netlify.app/

The light from the #stars travels for years (and years) until it reaches your eyes. This #interactive #map of the night sky shows you for each star what happened on Earth when the light started traveling from the star to you. That way, any star has a story to tell you. You can zoom in, move around and hover all the stars to reveal the historical events they are connected to.

Built with #svelte #d3 and #sveltekit

blackspike, to webdev
0xSim, to svelte
@0xSim@hachyderm.io avatar

Damn, is awesome but is a mess with this naming scheme.

What advantages does foo/bar/+page.svelte has over foo/bar.page.svelte? I waste an incredible amount of time looking for files.

preslavrachev, to javascript
@preslavrachev@mastodon.social avatar

#Svelte was my only glimmer of hope when it came to #JS frameworks. Small and easy to set up when I needed it.

Not anymore. It seems like the default template now forces me into going along with the entire #SvelteKit. The option to install Svelte without SvelteKit has been strategically de-moted inside the documentation: https://svelte.dev/docs/introduction#start-a-new-project-alternatives-to-sveltekit

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:

notsidney, to programming

I’m so excited to publish my new #PersonalWebsite:
https://sidney.me/?ref=Mastodon

I’ve spent the last few months crafting my own home on the Web, and I wanted to make sure it presented me as a human, not defined solely by my work as a #DesignEngineer / #WebDev.

This has also been a great opportunity to finally use #Svelte & #SvelteKit in a project. I love how easy it was to learn and how intuitive it is, as someone who started with vanilla HTML and CSS

#PersonalSites #IndieWeb #FrontEnd #WebDesign

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!

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

Announced at #Svelte Summit: Svelte 5 preview now available to install* and is open-sourced. Some new features (docs to come):

  • runes now scoped to .svelte and .svelte.js/.ts files
  • classes can now have $state fields
  • events are now spreadable via event attributes
  • snippets unlock inline reusable markup

*using in prod not recommended

https://www.youtube.com/live/pTgIx-ucMsY?si=Q8jGCFCNffJZKwPS&t=13751

Jdreben, (edited ) to django
@Jdreben@mastodon.world avatar

I’m looking for work! If you’re hiring and I seem like a fit, please reach out.

I have ~7 years of experience as a full stack software developer, and was founding engineer / CTO of Zoba.com.

I graduated from in 2017, have been working on early stage startups since 2014. I studied CS, concentrating on data science and ML.

I’m strong in , RoR, , , , and . I’ve dabbled in , , and .

nolan, to svelte
@nolan@toot.cafe avatar

Spent some time upgrading emoji-picker-element to #Svelte v4. The most painful part was dealing with Jest and ES Modules (classic problem; I really just need to switch away from Jest). Everything else about the upgrade was pretty smooth.

I also tried upgrading to Svelte v5. It works, but sadly the bundle size has increased ~20%, with no runtime perf benefit I can see, so I'm wondering if it makes more sense to just convert to a vanilla web component instead. https://github.com/nolanlawson/emoji-picker-element/pull/376

kristin_baumann, to svelte

Du Bois Data Visualization Society Challenge - Week 3 of 10:

My recreation of Du Bois' poster no. 19, again implemented with D3 and Svelte, with transitions on load and hover interactions.

Live Version: https://du-bois-challenge-2024.kristin-baumann.com/#challenge3

Github: https://github.com/kristinbaumann/du-bois-challenge-2024

video/mp4

mikebrondbjerg, to svelte

I think it's time to update my portfolio site after 5 years of neglect.. going to use #svelte / #sveltekit as a bit of a learning exercise. Any recommendations for a simple clean customisable "portfolio" starter template/repo? I'd also like to add an experiments/sketches section too. Thx!

voxpelli, to svelte
@voxpelli@mastodon.social avatar

Got reason to look into svelte-check, the tool for projects, and I must say – their approach is intriguing.

It’s essentially invoking Language Service () diagnostics for all the files and using the diagnostics output from the TypeScript, HTML and CSS language services to determine if there's an error or not.

In other words: Mimicking how eg. VSCode does to report errors and warnings in its UI.

This is a very interesting approach compared to eg. @eslint parsers

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

wiredprairie, to svelte

I'm following the ARIA authoring practices from the W3 for web components I'm writing for a app.

I've been experimenting with lots of companies' web sites and component libraries.

It's disappointing how much variation there is in support (even from big companies). Many have wrongly applied anti-patterns and have failed to cover even 25% of the documented patterns.

A lot of component libraries do the minimum and still claim . 🤬 Trust these after verification.

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