Home » angular js » Page 2
January 10, 2025
By
Mark Otto
๐๏ธ Friday is the new Thursday! If you were a JavaScript Weekly reader several years ago, you might remember it always landed on Fridays and after getting caught out by a variety of big news items landing on Thursdays in recent years, we’re back ๐__Your editor,…
December 19, 2024
By
Mark Otto
๐ We’ve made it to the end of 2024! In this issue, we’re being reflective, leading with a few news items but then looking at what made 2024 special in the world of JavaScript, and covering some of the biggest things we linked to this…
December 12, 2024
By
Mark Otto
Boa v0.20: An Alternative JavaScript Compiler โ Under development for several years, Boa has a few missions: be a Rust ECMAScript implementation, be easy to embed in Rust projects, and be a fast, safe JS engine overall. v0.20 sees a bump up to 89.92% compliance…
December 5, 2024
By
Mark Otto
๐๏ธ If you missed last week’s issue, don’t worry, it didn’t exist โ we took a week off for Thanksgiving! We’re now back all the way through to the Christmas break ๐__Your editor, Peter Cooper Deno v. Oracle: Cancelling the JavaScript Trademark โ Did you…
November 21, 2024
By
Mark Otto
๐ฆ We’re taking next week off for Thanksgiving. We don’t celebrate it in our country, but we know many of you do, so it seemed a good time for a break. We’ll be back on Thursday December 5.__Your editor, Peter Cooper Angular v19 Released โ The…
November 14, 2024
By
Mark Otto
Component Party: A Rosetta Stone of UI Libraries โ A long-standing comparison of many different frameworks (like React, Vue, Svelte, Angular, Qwik, Solid.js, etc.) by way of simple code snippets to perform various tasks. Now including Svelte 5 and Angular 17/Renaissance. Mathieu Schimmerling Will We Care About…
November 7, 2024
By
Mark Otto
๐ก He also took a similar look at the pipeline operator |>, but this feature is still only in draft as a proposal. ๐บ๐ธ JSConf is Back; Here’s the Details โ Two months ago, the OpenJS Foundation announced that the popular JSConf brand was joining the foundation…
October 31, 2024
By
Mark Otto
Python Jumps to #1 on GitHub Over JavaScript, But… โ GitHub Universe took place this week, flooding us with data about how folks are using the platform. Of interest to those on social media was that Python has taken JavaScript’s #1 language crown, though many…
October 24, 2024
By
Mark Otto
Svelte 5 is Alive โ The long awaited next major release of Svelte, the compiler-driven JS UI framework, is the โmost significant release in the projectโs historyโ, while remaining largely backwards compatible. A big addition is runes for explicitly declaring reactive state, but thereโs much…
October 17, 2024
By
Mark Otto
The Story of Web Framework Hono, By Its Creator โ Hono is a neat, lightweight framework designed to run on any JavaScript runtime that has been picking up steam in the past year. You can create a simple app reminiscent of Express.js, say, but run…