Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»TC39 advances numerous proposals at latest meeting

    TC39 advances numerous proposals at latest meeting

    June 6, 2025

    #​739 — June 6, 2025

    Read on the Web

    🖊️ I was meant to be travelling this week. My plans changed, but I’d planned for a shorter issue, so enjoy the bitesize take! Back to full service next week. 🙂
    __
    Peter Cooper, your editor

    JavaScript Weekly

    ⚡ Announcing Rolldown-Vite — Rolldown is a fast Rust-based JavaScript bundler designed to eventually be used by the equally fast Vite build tool – now it’s a reality. It’s a drop-in replacement too, and early adopters are reporting huge build time reductions. Try it now before it becomes the default.

    Evan You

    TC39 Advances Several Proposals at Latest Meeting — Coverage of what happened at last week’s meeting of the folks working on the ECMAScript spec whose decisions influence what becomes everyday JavaScript (eventually). Array.fromAsync, Error.isError, and explicit resource management all move to stage 4, among other things.

    Sarah Gooding

    CodeRabbit’s Free AI Code Reviews in IDE – VS Code, Cursor, Windsurf — Code Rabbit brings AI code reviews to VS Code, Cursor & Windsurf. Get line-by-line reviews, one-click fixes & codebase-aware feedback – all free in your IDE. Seamlessly integrates with git workflows. Install the extension & start reviewing!

    CodeRabbit sponsor

    WebStatus.dev: Now with More Data, Deeper Insights, and a Clearer Path to Baseline — Google’s Web Platform Status site lets us query and track various web platform features and the browsers that support them. It’s had a big update recently.

    Kadir Topal (Google)

    IN BRIEF:

    • The React Native team has frozen the legacy architecture codebase in order to focus solely on the New Architecture going forward.

    • SQLite-JS is an interesting SQLite extension that adds the ability to write custom SQLite functions using JavaScript.

    • The State of CSS 2025 survey is now open to take.

    RELEASES:

    • Babel 8 Beta – Follows on two years from the alpha, but “All the breaking changes we were planning to include in Babel 8 are done”.

    • ESLint v9.28.0 – The popular linter adds more TypeScript syntax support to core rules.

    • AngularFire 20.0 – Integrate Firebase into Angular apps. Now supporting the new Angular 20 released last week.

    • Vitest 3.2, Astro 5.9, Ionic 8.6, Prisma 6.9.0

    📖  Articles and Videos

    A JavaScript Developer’s Guide to Go — Go is a popular, fast language most commonly used for backend work, and this is a good primer targeted at JavaScript developers keen to learn more about it.

    Prateek Surana

    💡 If you get into Go, we also publish Go Weekly, a newsletter just like JavaScript Weekly but for Go developers 🙂

    document.currentScript is More Useful Than I Thought — “Every so often, I stumble across a well-established JavaScript API in the browser that I probably should’ve known about years ago.”

    Alex MacArthur

    ▶  Talks from Svelte Summit Spring 2025 — The Svelte team recently promised to release the talk videos from its recent Svelte Summit event, and there are already 12 to enjoy here. ▶️ What Svelte Promises by Rich Harris, Svelte’s creator, is the obvious entry point.

    Svelte Society

    💡 If videos aren’t your thing, the Svelte team has also published a monthly update of what’s new in Svelte, as of June 2025.

    📄 Write More Reliable JavaScript with Optional Chaining – It might?.be?.a?.good?.idea Matt Smith

    📄 How Imports Work in React Server Components Dan Abramov

    📄 Intercepting Network Requests in Chrome Extensions rxliuli

    📄 The Ingredients of a Productive Monorepo Sean Gillespie

    🛠 Code & Tools

    php-node: A Way to Seamlessly Bring PHP to Node.js — A neat idea, even if you don’t like PHP. It’s a native module for Node that lets you run PHP apps within the Node environment. Why? For migrating legacy apps, building hybrid PHP/JS apps, or Node apps that simply need to call out to PHP for some reason (WordPress, maybe, as shown here).

    Matteo Collina et al.

    Learn How to Monetize Your SaaS with Clerk Billing — Clerk Billing makes SaaS subscriptions easy — no custom UI, no webhooks. Learn how to set it up in this guide.

    Clerk sponsor

    Storybook 9: The UI Component Workshop — The popular one-stop tool for working on, and testing, frontend UI components gets a big update in terms of testing. Storybook Test offers interaction, visual, and accessibility testing, complete with a ‘watch mode’ for testing whenever you save, whether you’re working with React, Svelte, Next.js, React Native, and more.

    Michael Shilman

    🏖️ Beachpatrol: A CLI Tool to Automate Your Everyday Web Browser — A higher level way to use Playwright on macOS or Linux to control a regular non-headless browser instance. It’s essentially an approach where you still want a visible browser you can use in a normal way but with added automation possibilities.

    Sebastian Carlos

    • Starry Night 3.8 – GitHub-like syntax highlighting.

    • ngx-vflow 1.9 – Add node-based interfaces to Angular apps.

    Source: Read More 

    javascript
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleTypeBridge – zero ceremony, compile time rpc for client and server com
    Next Article Microsoft partners with India’s CBI & Japan’s JC3 to bust AI scam targeting Japanese older adults

    Related Posts

    Development

    GPT-5 is Coming: Revolutionizing Software Testing

    July 22, 2025
    Development

    Win the Accessibility Game: Combining AI with Human Judgment

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Universal Design Principles Supporting Operable Content – Equitable Use

    Development

    Drakboot is a GRUB graphical configuration tool

    Linux
    Integrating Optimizely CMS with Azure AI Search – A Game-Changer for Site Search

    Integrating Optimizely CMS with Azure AI Search – A Game-Changer for Site Search

    Development

    Perficient at Kscope25: Let’s Meet in Texas!

    Development

    Highlights

    AI comes to Reddit’s main search bar – who needs Google now?

    May 2, 2025

    Over one million people a week already use Reddit Answers, but that number is about…

    CVE-2025-39470 – ThimPress Ivy School PHP Local File Inclusion Vulnerability

    April 21, 2025

    CVE-2025-49253 – ThemBay Lasa PHP Remote File Inclusion Vulnerability

    June 17, 2025

    CVE-2025-53909 – Mailcow: Dockerized Server-Side Template Injection Vulnerability

    July 17, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.