This is a phenomenal web demo. Enabled by window.getScreenDetails() which provides basic live info (size, position etc) from all screens on the device.
I wrote a 2D game, entirely in type-level Typescript.
Yes, you read that right. This is flappy bird, written only in Typescript types.
How did I do it? It involves a lot of type magic, and a new type-level Typescript runtime I made in Rust + Zig.
Let me walk you through it:
CSS Viewport height is complicated.
Summary:
lvh: Largest viewport height (when browser UI is hidden)
svh: Smallest viewport height (when browser UI is visible)
dvh: Dynamically changes when browser UI is shown
Image via @argyleink
We're thrilled to announce and open source Sandpack! 🎉
Sandpack is a toolkit for building live coding experiences that run fully in the browser.
👩💻 Full-featured editor experience
⚡️ Lightning-fast browser bundler
📦 Direct CodeSandbox integration
https://t.co/dMEKExtUS4
Tip: @ChromeDevTools can visualize backend performance with Server Timing: https://t.co/iAtwKmsUzL. Used by sites like the BBC: https://t.co/fCX9QzAj4V
#CSS tip for today:
`font-variant-numeric` and `font-feature-setting` CSS properties allow to activate same-width numbers for a font.
Use them to make your counters less jumpy, and values nicely aligned.
It's our most-requested feature ever... and now the Prefect UI is open-source! 🎉

Run `prefect server start` to get going - it's really that easy.
https://t.co/oNebWlZNNu
While all these dbs are made for servers,
RxDB is a realtime database made for JavaScript UI apps like websites, hybrid apps or electron.
You can subscribe to events, queries or a single field of a document. It also has replication over GraphQL and CouchDB
https://t.co/UyZTdtX3z5
📢 quicklink 2.0 is out!
⚡️ <1KB library to speed next-page navigations by prefetching in-viewport links. Can now...
⚛️ Prefetch React Router routes + JS
#️⃣ Set limits on total requests to prefetch
🔢 Set limits for simultaneous requests
Try it: https://t.co/cInyfLGBTJ 👈
React Fast Refresh is coming to the web!
⌨️ Hot reloading that *preserves* component state
⚠️ Better recovery from runtime errors
⚛️ Supports Hooks & function components
To learn more see:
https://t.co/quaT9OkOUZ
https://t.co/nMfxI6SNeZ