📰 Dev.to · Jonathan Gamble
Articles from Dev.to · Jonathan Gamble · 15 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9050)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Jonathan Gamble
4mo ago
SvelteKit Remote Functions Workaround Helpers
If you're like me, you've been waiting for Remote Functions in SvelteKit for a long... long time......

Dev.to · Jonathan Gamble
4mo ago
SvelteKit SurrealDB Login with GitHub
I wanted to make a working proof of concept that you can login with an oAuth provider directly in the...

Dev.to · Jonathan Gamble
4mo ago
SvelteKit Surreal Database Authentication
TL;DR I created a login for Surreal Database and SvelteKit. The core server function can...

Dev.to · Jonathan Gamble
10mo ago
Perfect Local SvelteKit Supabase Setup in 2025
The main documentation for Supabase and SvelteKit is flawed. Here is how you should do it! ...

Dev.to · Jonathan Gamble
1y ago
Copying Nuxt's useState in Qwik and Svelte
Nuxt has an amazing tool that allows you to easily share a signal called useState. Shared...

Dev.to · Jonathan Gamble
1y ago
Sharing Custom Rune Classes with SvelteKit
Following my last article on Svelte 5 Runes, there are cases when you need to add custom...

Dev.to · Jonathan Gamble
1y ago
Svelte 5 and SortableJS
I've been scratching my head trying to find a way to drag and drop sort in Svelte. I build some...

Dev.to · Jonathan Gamble
1y ago
Sharing Runes in Svelte 5 with the Rune Class
I generally don't use classes in any TypeScript I write. I believe functions make things simpler, and...

Dev.to · Jonathan Gamble
1y ago
Async Fetching in Svelte 5
When you want to fetch something in Svelte, the recommended method is to put it in the load...

Dev.to · Jonathan Gamble
1y ago
Using Sharable Runes with TypeScript in Svelte5
I don't know about you, but I don't like using Runes with $state in Svelte 5. Sure, they're easier to...

Dev.to · Jonathan Gamble
2y ago
Create the Perfect Sharable Rune in Svelte
Singleton Server Issue When Svelte 5 comes out soon, it seems Runes (Signals) will share...

Dev.to · Jonathan Gamble
2y ago
Rich Harris is NOT Getting Rid of TS Support in Svelte
Someone briefly quoted Rich Harris saying he wants to migrate the Svelte Core Code to use JSDoc...

Dev.to · Jonathan Gamble
2y ago
The Correct Way to Use Stores in SvelteKit
Svelte Stores are amazing. They allow you to share data across different components, and keep them...

Dev.to · Jonathan Gamble
3y ago
Svelte(Kit) Top 10 Wishlist for 2023
I've been working with Svelte for a while now, and I am so freakin happy about SvelteKit Version...

Dev.to · Jonathan Gamble
4y ago
Passing State From the Server to the Browser in SvelteKit
After researching Angular Universal's TransferState from my Angular Universal post, I wanted to find...
DeepCamp AI