Advertisement · 728 × 90

Posts by Scott Wu

Server support is one adapter change away. Isn't it great that you can just do that with a switch of one line of code.

1 day ago 0 0 0 0
Post image

Can you do better than these svelte icon designs?

github.com/sveltejs/lan...

4 days ago 1 0 1 0

Gotta educate, let them know we don't have to live like this.

1 week ago 1 0 0 0

Web by default is not reactive. Svelte's $state rune is the declaration that makes a variable reactive.

If your variable never renders to the DOM, it doesn't need to be reactive.

1 week ago 1 0 0 0

Where you're headed, you won't be needing jQuery.

1 week ago 0 0 0 0

Too bad I'm not Swedish. Would love to write Svelte for work.

2 weeks ago 2 0 0 0
Using JavaScript Libraries With Svelte Is Easy
Using JavaScript Libraries With Svelte Is Easy YouTube video by Joy of Code

Svelte does not need a wrapper to bind a JS library. You can do it natively, it can be as easy as import * as pkg from 'lib-name'

2 weeks ago 4 0 0 0
Advertisement

npm devs finally woke up and do their job after seeing what @npmx.dev has been up to.

2 weeks ago 0 1 0 0

The better question is why you want to yoink. There's usually a better way. Come post your situation on svelte.dev/chat. I'm sure we can sort it out.

2 weeks ago 1 0 1 0

The link is broken

3 weeks ago 0 0 1 0
Preview
Component Party Compare JavaScript frameworks side-by-side: React, Vue, Angular, Svelte, Solid.js, and more. See syntax differences, features, and code examples for web development frameworks.

component-party.dev?f=svelte5-re...

If you're already familiar with HTML and CSS, I think you'll find Svelte a lot easier to pick up

3 weeks ago 3 0 0 0

True to its name. It's simply svelte.

3 weeks ago 2 0 0 0

It's been fixed

3 weeks ago 2 1 0 0

For what it's worth. I did zoom in when I saw it initially.

4 weeks ago 1 0 0 0
Advertisement

Interesting, have you considered using Navigator.language so we don't need to involve the server?

4 weeks ago 0 0 1 0

That honestly sounds like a downgrade. Web is platform agnostic. You now need a delivery platform (app store, play store, f-droid) just for your users to access the app and be beholden to them.

All this before Svelte introduces custom renderer which will allow us to build native apps from Svelte.

1 month ago 0 0 1 0

You need to use the this

`import {SubmitFunction} from ’./$typea'`

1 month ago 1 0 1 0
Preview
Component Party Compare JavaScript frameworks side-by-side: React, Vue, Angular, Svelte, Solid.js, and more. See syntax differences, features, and code examples for web development frameworks.

+1 for svelte. It's html based so it reads more like vanilla html/CSS/js.

component-party.dev?f=svelte5-so...

1 month ago 2 0 1 0

I feel like everything has a kanban these days. Even GitHub has one. So it's more like what flavor of kanban you want. A hosted service that can access on any device? Multi user support? Is it text based or do you need multimedia support? Need bells and whistles like colours and tags?

1 month ago 0 0 0 0

What about the idea that remote fn could run in a service worker. Does that make things easier or harder?

1 month ago 1 0 1 0

Come join the dark side again. I should add nix enjoyer to my profile as well.

1 month ago 1 0 0 0
Advertisement

Could this be a segment on TWiS. Search github for a random $effect or user submitted and provide an alternative?

1 month ago 1 0 1 0

The act of migrating is inherently unstable. Not all downstream usage can be accounted for.

We write tests to catch regressions and use version control to rollback from errors. Which can then filed as a bug report.

Point is, try it instead of asking. There's already docs for it.

1 month ago 0 0 0 0

The logical explanation is that you are also German.

1 month ago 1 0 0 0

This is essentially reputation farming. We need to implement AT Proto (and by extension the social graph) to defend against this type of behavior.

1 month ago 2 0 0 0
Post image Post image
2 months ago 1 0 0 0

That's the dream. Better workflow and getting away from Microslop.

2 birds, 1 stone.

2 months ago 1 0 0 0

I need a glossary to decipher this hieroglyph.

2 months ago 0 0 0 0

Where's the source?

2 months ago 2 0 1 0

HTTP GET is designed to be free of side effects and browsers operate based on that assumption.

2 months ago 1 0 1 0
Advertisement