Yuki Ishii
@yuki-ishii.bsky.social
66 followers 21 following 29 posts
✝️ Christian Full-stack Developer 📔 https://blog.yuki-dev.com X: https://x.com/Yuki_Ishii_Dev 👨‍💻 はこぶね便 [Hakobunebin] 👨‍💻 ex: http://cyberagent.co.jp 🦀 Rustacian 🧡 Svelte 🎓 Holmesglen: in Aus 🇦🇺
Posts Media Videos Starter Packs
yuki-ishii.bsky.social
I love this remote function form fields update ❤️
Appreciate Svelte team!!

Doc: svelte.dev/docs/kit/rem...

#svelte #sveltekit
Reposted by Yuki Ishii
svelte.dev
lil' treat for all you weekend builders: Svelte now has an official MCP server, courtesy of resident bot wranglers @paolo.ricciuti.me and @khromov.se 🤖

it gives your LLM access to docs and compiler-driven diagnostics — give it a spin and let us know how you get on!

svelte.dev/docs/mcp/ove...
Overview • Docs • Svelte
Overview • Svelte documentation
svelte.dev
Reposted by Yuki Ishii
benmccann.com
svelte.dev/packages is now live!

It's a convenient and easily discoverable place to find a sampling of high quality packages in the ecosystem. We hope it will give confidence in the Svelte ecosystem to newcomers and help them get started more easily.
Packages • Svelte
Packages for your Svelte and SvelteKit apps
svelte.dev
yuki-ishii.bsky.social
I'm pleased to see my contributions to Svelte increasing. Most of those are fixing bug though.
Reposted by Yuki Ishii
ell.iott.dev
Super excited to announce the experimental release of asynchronous SSR in Svelte! github.com/sveltejs/sve...

`await` expressions in your Svelte components can now be rendered on the server, meaning you don't need to render them inside boundaries with a `pending` snippet. Next up, streaming SSR!
Async SSR · sveltejs svelte · Discussion #16784
The Svelte team has been hard at work on asynchronous rendering, with client-side support and remote functions as our first two efforts. It’s time for the third: SSR. Background There are three cor...
github.com
Reposted by Yuki Ishii
sveltesociety.dev
We're working to fix common issues when working with Svelte and AI. If you use AI with Svelte, we want to hear about the specific issues you've encountered. Your feedback will help us build an official MCP server and provide suggestions to AI models through static analysis. forms.gle/FhVGVAMCLBpw...
AI & Svelte: Common Issues
One of the biggest challenges when using AI with Svelte is that the syntax for Svelte 5 is quite new, and AI models often confuse it with the older Svelte 4 syntax. We're working to fix this by develo...
forms.gle
Reposted by Yuki Ishii
svelte.dev
Svelte @svelte.dev · Sep 8
You've probably heard about the supply chain attack that affected a number of widely-used npm packages today.

tl;dr: Don't panic. Notes:

1. Svelte, SvelteKit and their associated packages are not vulnerable to this attack, as they do not use any of the compromised dependencies in the browser
Reposted by Yuki Ishii
jyc.dev
JYC @jyc.dev · Aug 31
Honored & excited! 🎉
Just joined the Svelte maintainers team (cli focus)

Big thanks for the peer recognition
Let's continue build cool stuff together 🧡

#OSS
Happy me having a beer to celebrate my promotion to Svelte Org!
Reposted by Yuki Ishii
rust-lang.org
Happy new Rust! 🎆🦀

Rust 1.89.0 has been released!

This release brings you inferrred array length, new lints, u128/i128 in extern "C", NonZero, File::lock, many x86 intrinsics, and much more! ✨

Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/08/07/R...
Announcing Rust 1.89.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
Reposted by Yuki Ishii
khromov.se
📈 Here are the SvelteBench results for gpt-5. Overall it places in 12th spot. However, it's a huge improvement over the other GPT models (last image), and seems like a decent choice for Svelte 5. Mini and Nano do not inherit the good scores. 😿 khromov.se/svelte-bench #svelte
Reposted by Yuki Ishii
viteconf.org
⚡ Speaker highlight: Rich Harris, Creator of Rollup and @svelte.dev

Who wouldn’t like type-safe communication between client and server? @rich-harris.dev will show how the SvelteKit team built their Remote Functions and pushed the limit of Vite's plugin API to reach the best DX.

Watch Rich live!
Speaker card of Rich Harris for ViteConf 2025. He is announced as the Svelte & Rollup Creator and his talk title is "Remote Control".
Reposted by Yuki Ishii
rich-harris.dev
we just released SvelteKit remote functions. feel like 'minor change' undersells it a little tbh

✅ await in components svelte.dev/docs/svelte/...
✅ remote functions svelte.dev/docs/kit/rem...
🔜 async SSR

truly can't wait to ship the rest of this stuff
screenshot of the release PR for SvelteKit remote functions
Reposted by Yuki Ishii
Reposted by Yuki Ishii
sveltesociety.dev
Once again Svelte is the most 'admired' JavaScript framework according to this year's Stack Overflow Survey: survey.stackoverflow.co/2025/technol...
Technology | 2025 Stack Overflow Developer Survey
survey.stackoverflow.co
yuki-ishii.bsky.social
Next Svelte Japan Offline Meetup will be on 24th Oct!!
Please visit us!!
yuki-ishii.bsky.social
I was a moderator at the Svelte Japan Offline Meetup yesterday. I felt that people were friendly and everyone was welcoming to each other.

I was also surprised to see how many companies in Japan are starting to use Svelte for their products.

It was encouraging and fun.

#sveltejapan
Reposted by Yuki Ishii
theosteiner.de
久しぶりのoffline meetup 🥳 #sveltejapan
Introduction to the 4th svelte japan offline meetup
Reposted by Yuki Ishii
khromov.se
👀 We've tested Svelte 5 LLM support on over 30 models, which makes it a bit hard to see which ones are best. The SvelteBench site ( khromov.se/svelte-bench ) now has a top list, and as a bonus you can find the same results at rankedagi.com thanks to @tavlean