The Web Almanac 2022’s Take on the State of JavaScript in the Real World — What’s better: a survey, or real world usage data from 8 million sites? If you prefer the latter, this is for you. The Web Almanac is an annual ‘state of the web’ report into what technologies are being used online and amongst the over 20 chapters of insights is a JavaScript-specific chapter. Some highlights:
Jeremy Wagner and the HTTP Archive |
Announcing TypeScript 4.9 Beta — This is a very satisfying update that introduces the Daniel Rosenwasser (Microsoft) |
📒 Articles & Tutorials |
Use .NET From Any JavaScript App in .NET 7 — A showcase of the JavaScript to .NET interop by way of a port of the famous TodoMVC to .NET running via WebAssembly. Blazor is the most commonly associated framework with .NET and C# in the browser, but the support works independently of Blazor too. Pavel Šavara (Microsoft) |
🛠 Code & Tools |
Preview.js: Fast Component Previews in Your IDE — This extension will automatically generate valid props in your components in the preview, has support for CSS-in-JS, and works offline. Available for VS Code and IntelliJ/WebStorm, and supports Solid and Vue components too. Zenc Labs |
Ezno: An Experimental JavaScript Compiler — The latest in a long line of JavaScript compilation experiments – and we’re all here for it. This post explains the philosophy and reasoning and why type checking is at the heart of it: “You can think of it as an extension to TSC, similar ideas but taken further.” Ben X |
⚡️ OTHER QUICK RELEASES: |
|
🤖 Well, okay.. You’ve got some semi-structured data written in Markdown and want to convert it to JSON. What do you do? ▶️ Get OpenAI’s GPT-3 machine learning model to do it of course..(!) It continues to amaze me the things this new technology can pull off. Maybe I’ll see if it can help me with my crossword later 🙂 – Peter Cooper, your editor |