Anton Neuhold
banner
tonyneuhold.com
Anton Neuhold
@tonyneuhold.com
Full-stack dev, primarily in TypeScript / React / Angular + .NET / C# at the moment.
Reposted by Anton Neuhold
Aye or Nay?

`<input type=emoji>` to trigger the native emoji-picker, allowing you to pick a single emoji.
November 14, 2025 at 5:27 PM
Reposted by Anton Neuhold
The Popover API puts your UI on a separate top layer so you can stop fighting with focus management. Plus backdrop styling so short it fits here:
[popover]::backdrop {
background: rgb(52, 168, 83);
backdrop-filter: blur(3px);
}

Build more with less code → goo.gle/3XvDUZk
November 14, 2025 at 11:00 PM
Cursor 2.0 was a great inspiration to finally learn about git worktrees. Created my own custom tooling with it and loving the outcome! The great UI from Cursor helped explain how useful it could be even though I don't use cursor personally.
November 2, 2025 at 8:38 PM
Reposted by Anton Neuhold
🎙️ Just published a new episode of Svelte Radio: Storybook is actually good now, with Jeppe Reinhold. Have a listen:
Storybook is actually good now, with Jeppe Reinhold
SummaryIn this episode of Svelt Radio, the hosts welcome Jeppe Reinhold...
www.svelteradio.com
October 16, 2025 at 9:00 AM
Reposted by Anton Neuhold
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
October 4, 2025 at 12:15 PM
Reposted by Anton Neuhold
We recently rewrote the Intro to Storybook tutorial for Svelte, to use Svelte 5 and Svelte CSF everywhere!

If there are any Svelte experts out there that want to take it for a spin and give feedback on the techniques used, that would be greatly appreciated! 🙏

@sveltesociety.dev
Storybook Tutorials
Learn how to build and test UI components with Storybook. Our in-depth frontend guides are created by Storybook maintainers and peer-reviewed by the open source community.
storybook.js.org
September 24, 2025 at 8:09 PM
Reposted by Anton Neuhold
Choosing the right programming language for a project isn't a purely technical decision

@evanyou.me @vite.dev
September 22, 2025 at 9:15 PM
Reposted by Anton Neuhold
Leadership is about recognising that the success of the org depends on the people closest to the work having the freedom and support to do their best. If you want high-performing teams, your job as a leader is to build trust, remove friction, and help brilliant engineers thrive.
September 15, 2025 at 9:41 AM
Reposted by Anton Neuhold
The next version of Storybook will only have one significant breaking change:

Storybook 10 is ESM-only.
September 9, 2025 at 3:48 PM
Reposted by Anton Neuhold
✍️ New blog post! I wrote about my experience building an MCP server for Svelte. And if you haven't tried using it yet, there's no better time! khromov.se/how-and-why-... #svelte #ai #javascript
How and why I built an MCP server for Svelte - Stanislav Khromov
If you’re using Svelte with coding assistants, you know that these assistants aren’t always aware of the latest features in Svelte 5 and SvelteKit. They’ll suggest outdated patterns, mix up the old…
khromov.se
September 6, 2025 at 8:45 AM
Reposted by Anton Neuhold
It's finally out! SvelteKit users: update your Sentry SDK to 10.8.0 or later to get those nice traces. All courtesy of @ell.iott.dev and @svelte.dev.

(Please let me know if I broke your app in the process)
SvelteKit observability just got 10x better, and we’re here for it
SvelteKit now supports full observability and tracing, with Sentry SDK compatibility from v10.8.0. See how to set up server-side instrumentation.
blog.sentry.io
September 4, 2025 at 2:59 PM
Love when companies embrace open source. It's often what brings tech companies to the playing field in the first place, so it's awesome when they make it part of their business model to support it ❤️
September 4, 2025 at 1:31 PM
Just completed the @vercel.com @nextjs.org course! That is a very nice course. Very well put together. 👏👏👏 Would recommend if anyone is trying to brush up on Next.js after a while of being away ❤️ nextjs.org/learn/dashbo... github.com/aneuhold/nex...
GitHub - aneuhold/nextjs-15-course: Next.js repo for doing the Vercel course! 📖
Next.js repo for doing the Vercel course! 📖. Contribute to aneuhold/nextjs-15-course development by creating an account on GitHub.
github.com
August 31, 2025 at 8:30 PM
In the nextjs.org/learn/dashbo... chapter, it mentions that static sites cannot have dynamic content, but this seems just flat wrong isn't it? Because websites can make fetch requests themselves. It doesn't have to happen server-side.
App Router: Static and Dynamic Rendering | Next.js
Understand how rendering works in Next.js, and make your dashboard app dynamic.
nextjs.org
August 30, 2025 at 1:50 PM
Reposted by Anton Neuhold
Vitest 4 runs simple test files faster! You can already check it out by installing Vitest 4 beta. On average, Vitest now takes 25% less time to start the test. Due to parallelisation, the overall time difference can vary.

We are focusing our efforts on improving the time even more in the next beta!
August 27, 2025 at 3:29 PM