Stanzilla
banner
stanzilla.dev
Stanzilla
@stanzilla.dev
Tech and Games, Communities and Open Source.
Got banned on Twitter, hello bluesky again
November 6, 2025 at 10:56 PM
Reposted by Stanzilla
Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!

npm install -D @​typescript/native-preview
npx tsgo --version

Read up more on our blog!
Announcing TypeScript Native Previews - TypeScript
Previews of the native TypeScript port are now available on npm and for VS Code through the Visual Studio Marketplace!
devblogs.microsoft.com
May 22, 2025 at 3:09 PM
Reposted by Stanzilla
📢 I wrote an RFC about unifying the imperative methods we have on the QueryClient. I think the distinction we have now is quite confusing, especially to newcomers, and we can and should do better.

I wanna get this right, so please let me know what you think in the comments on that RFC 🙏
RFC: Unified Imperative Query Methods · TanStack query · Discussion #9135
Context Sometimes, APIs don’t evolve well. I’ve seen the situation a couple of times that we add an API, and we think it’s great, and then after some time, we add another API that does something si...
github.com
May 10, 2025 at 12:32 PM
@juri.dev Hey man, would love to see a best practices example of @nx.dev and @eslint.org v9/flat with installable shared config. Created an issue here github.com/nrwl/nx-exam...

Nx seems to behave differently from @turborepo.com here, they don't require a config in the root, which I would prefer.
[Request] Update repo with eslint v9 flat config format · Issue #360 · nrwl/nx-examples
Hey, eslint v8 is deprecated and should no longer be used, along with the old eslintrc format. It would be great if this repo was upgraded to showcase an example on how to do eslint v9 the best way...
github.com
May 12, 2025 at 10:07 AM
Reposted by Stanzilla
React 19.1 has just been released! Check out the latest updates here:

github.com/facebook/rea...
Release 19.1.0 (March 28, 2025) · facebook/react
Owner Stack An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. By combining Owner Stacks with Component Stacks, you can bette...
github.com
March 28, 2025 at 9:53 PM
Reposted by Stanzilla
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!

devblogs.microsoft.com/typescript/t...
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
devblogs.microsoft.com
March 11, 2025 at 2:36 PM
@jakebailey.dev Hey there, I was wondering if you had any insight into github.com/microsoft/Ty... and what the best practice is nowawadays.

> Falling back to legacy node.js based file watching

When testing new native it **feels** slower than using the node based one with excludes.
TypeScript slow project load times for large projects on MacOS · Issue #60832 · microsoft/TypeScript
Does this issue occur when all extensions are disabled?: Yes VS Code Version: v1.96.2 OS Version: MacOS TypeScript: v5.7.2 (workspace version) Node.JS: v20.18.0 Steps to Reproduce: Add the followin...
github.com
February 14, 2025 at 7:22 PM
Reposted by Stanzilla
Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework.

We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.

react.dev/blog/2025/02...
Sunsetting Create React App – React
The library for web and native user interfaces
react.dev
February 14, 2025 at 6:44 PM
@sindresorhus.bsky.social Dato started crashing a lot recently when using full screen, I'm also using Bartender, not sure if related.
February 14, 2025 at 4:33 PM
New feature: Nvidia Flame Generation #RTX5090
February 11, 2025 at 1:00 PM
Anyone got any recommendations for a smart radiator valve? need matter/thread and ability to turn LEDs off. Currently using the Eve Thermo and it is absolutely garbage. #IoT #Matter #Thread
February 2, 2025 at 10:39 PM
Reposted by Stanzilla
This is exactly what I did yesterday for @tanstack.com query. We have a lot of packages so the duplication can become a problem. Looking forward to see how @nx.dev can help keeping these things in sync @zackderose.bsky.social 🙌
nx.dev Nx @nx.dev · Jan 27
Just dropped: Zack DeRose has an article on TypeScript project references - check out what they are, how they help, and how Nx can help you automate the maintenance of references!

Blog Post: nx.dev/blog/typesc...
YouTube Video: youtu.be/SDE3cIq28s8
TypeScript Project References Demistified
Let's dive into what TypeScript project references are and how they can help with incremental type checking.Read the blog: https://nx.dev/blog/typescript-pro...
www.youtube.com
January 27, 2025 at 4:12 PM
Reposted by Stanzilla
BIG DAY 😇

Introducing Standard Schema! It’s a specification for a standard interface to be implemented by TypeScript schema libraries. The goal is to make it easier for frameworks and tools to accept user-defined schemas, without writing separate adapters for different libraries.
standardschema.dev
Standard Schema
A common interface for TypeScript validation libraries
standardschema.dev
January 27, 2025 at 4:24 PM
@juri.dev @nx.dev any chance that we could get a generator that adds vite/vitest to a monorepo for TESTS ONLY? I really want to get rid of jest it is such a pain
January 14, 2025 at 3:17 PM
Guess what I'm doing
January 8, 2025 at 10:29 PM
Reposted by Stanzilla
Experimenting with TypeScript compile cache in Node.js, the numbers look better than I expected that I suspected maybe there's a bug I missed...it would've been even faster if @swc/wasm-typescript supports UTF8 -> UTF8 input/output 🤔 right now there are still some unnecessary transcodings
January 7, 2025 at 11:26 PM
Reposted by Stanzilla
Node.js v23.6.0 is out! 🥳🎉

This release enables the flag --experimental-strip-types by default.

Node.js will be able to execute TypeScript files without additional configuration!

⚠️ This feature is experimental, has limitations and is subject to change.

nodejs.org/en/blog/rele...
Node.js — Node v23.6.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
January 7, 2025 at 5:56 PM
Reposted by Stanzilla
I had it lying on my machine since August, it's time to tie 2024's loose ends 😅 so I finally got myself to push it out and open a PR

cc @colinhacks.com @ssalbdivad.dev @effect-ts.bsky.social

github.com/microsoft/Ty...
Add support for JSDoc `@ignore` to allow for hiding properties from completions by Andarist · Pull Request #60895 · microsoft/TypeScript
closes #47613
github.com
January 1, 2025 at 12:03 PM
Reposted by Stanzilla
I _love_ Immer for making immutable updates simpler to write. (I'm even quoted in the docs saying that!)

That said, we had an RTK issue complaining about Immer perf. I put together my own benchmarks, and confirmed Immer seems to have gotten slower over time. Issue:

github.com/immerjs/imme...
Immer perf appears to have gotten worse over time, based on updated benchmarks · Issue #1152 · immerjs/immer
Summary I've put together some updated benchmarks for various versions of Immer and other immutable update libs vs a hand-written reducer, especially since the current docs at https://immerjs.githu...
github.com
January 2, 2025 at 10:32 PM
Reposted by Stanzilla
someone out there has the power to fix this rug
December 14, 2024 at 12:33 AM
Reposted by Stanzilla
TanStack Form now supports Standard Schema validators!

🔀 You can swap between Zod, Valibot and ArkType without zero effort, give it a try on the stackbliz you can find in the official docs 👇

tanstack.com/form/latest/...
React TanStack Form Standard Schema Example | TanStack Form Docs
An example showing how to implement Standard Schema in React using TanStack Form.
tanstack.com
December 11, 2024 at 7:17 PM
Reposted by Stanzilla
In the next version of Bun

`bun.lock` is the new lockfile in `bun install`
December 11, 2024 at 4:27 PM
Reposted by Stanzilla
Next.js 15.1

• React 19 (stable)
• Improved errors and source maps
• `after` (stable)
• `forbidden` / `unauthorized` (experimental)
• CSS inlining (experimental)

nextjs.org/15-1
Next.js 15.1
Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authorization APIs, and more.
nextjs.org
December 10, 2024 at 9:34 PM