Por qué TS 7 es 10x: native code + parallelism + shared memory
El blog post de Microsoft detalla la arquitectura: el nuevo type checker en Go aprovecha compilación nativa, paralelismo real entre goroutines y memoria compartida. Resultado: cold start del checker en monorepos grandes deja de ser una pesadilla. Ojo con esto: si tenés tsc corriendo en CI con timeouts ajustados, vale la pena experimentar con la beta — es drop-in en la mayoría de los proyectos.
Anchor positioning, @scope y container queries por nombre: Baseline confirmado
El recap de nerdy.dev del 26 de abril confirma que tres features grossas ya son Baseline en todos los browsers: anchor positioning (atá un componente a otro sin tocar el DOM ni el main thread), @scope (con el «donut» que limita la cascada en componentes anidados), y name-only container queries (@container sin tener que declarar size conditions). Si todavía estás haciendo tooltips con JS y librerías de positioning, ponete las pilas — es momento de pasarse a CSS nativo.
Expo: sign-up y login con GitHub disponibles
El 23 de abril Expo habilitó sign-in con GitHub para crear cuenta o loguearte. Si recibiste un mail de GitHub al respecto, es legítimo. Pequeño cambio de DX, pero útil para devs que ya tienen toda su identidad en GitHub.
Fresh 2.3 sobre Deno: Temporal API y CSP nonce en serio
Detalle adicional de Fresh 2.3: el soporte de Temporal API dentro de islands es de los primeros en un framework de producción — date handling sin Date ni Moment.js. Sumado a CSP nonce de fábrica e IP filtering en el edge, es una propuesta sólida para apps que viven en Deno Deploy.
TypeScript 7 Native Preview integrado en Visual Studio 2026 Insiders
Si querés probar el nuevo type checker sin tocar tu CLI, VS 2026 Insiders ya lo trae como preview.
Tendencias Destacadas
La velocidad del tooling es THE story de la semana: TS 7 en Go, Fresh con zero-JS, anchor positioning sin JS. La plataforma cada vez te pide MENOS runtime para hacer MÁS.
CSS sigue absorbiendo features que antes vivían en JS: anchor positioning, @scope, container queries por nombre. Si codeás React, revisá tu stack — quizás podés tirar dependencias.
Why TS 7 is 10x: native code + parallelism + shared memory
The Microsoft post breaks down the architecture: the new Go-based type checker leverages native compilation, true parallelism across goroutines, and shared memory. Result: cold-start checks on large monorepos stop being a nightmare. Heads-up: if you have tsc running in CI on tight timeouts, it is worth experimenting with the beta — it is drop-in for most projects.
Anchor positioning, @scope and name-only container queries: Baseline confirmed
The nerdy.dev recap from April 26 confirms three big features are now Baseline across all browsers: anchor positioning (tether one component to another without DOM or main-thread work), @scope (with the «donut» that limits cascade into nested components), and name-only container queries (@container without needing size conditions). If you are still doing tooltips with JS positioning libraries, time to move to native CSS.
Expo: GitHub sign-up and sign-in available
On April 23 Expo enabled GitHub sign-in to register or log in. If you got a GitHub email about it, it is legit. Small DX win, but handy for devs who already have their identity on GitHub.
Fresh 2.3 on Deno: Temporal API and CSP nonce, seriously
Extra detail on Fresh 2.3: Temporal API support inside islands is among the first in a production framework — date handling without Date or Moment.js. Combined with built-in CSP nonce and IP filtering at the edge, it is a solid story for apps living on Deno Deploy.
TypeScript 7 Native Preview integrated in Visual Studio 2026 Insiders
To try the new type checker without touching your CLI, VS 2026 Insiders ships it as a preview.
Notable Trends
Tooling speed is THE story this week: TS 7 in Go, Fresh with zero-JS, anchor positioning without JS. The platform keeps asking for LESS runtime to do MORE.
CSS keeps absorbing features that used to live in JS: anchor positioning, @scope, name-only container queries. If you code React, audit your stack — you might be able to drop dependencies.
Pourquoi TS 7 est 10x: code natif + parallélisme + mémoire partagée
L'article Microsoft détaille l'architecture: le nouveau type checker en Go exploite compilation native, vrai parallélisme entre goroutines et mémoire partagée. Résultat: cold start du checker sur de gros monorepos cesse d'être un cauchemar.
Anchor positioning, @scope et container queries par nom: Baseline confirmé
Le récap de nerdy.dev du 26 avril confirme que trois grosses features sont maintenant Baseline dans tous les navigateurs: anchor positioning, @scope et name-only container queries.
Expo: inscription et connexion via GitHub disponibles
Le 23 avril Expo a activé la connexion via GitHub pour créer un compte ou se connecter.
Fresh 2.3 sur Deno: Temporal API et CSP nonce
Détail supplémentaire de Fresh 2.3: support de Temporal API dans les islands — gestion des dates sans Date ni Moment.js.
TypeScript 7 Native Preview intégré dans Visual Studio 2026 Insiders
Pour tester le nouveau type checker sans toucher à votre CLI, VS 2026 Insiders le propose en preview.
Tendances Notables
La vitesse du tooling est THE story de la semaine: TS 7 en Go, Fresh avec zero-JS, anchor positioning sans JS.
CSS continue d'absorber des features qui vivaient en JS: anchor positioning, @scope, container queries par nom.