JavaScript Weekly
Feed since 17 Mar 2019This feed appeals to developers with an interest in JavaScript and related technologies, such as Angular, React, and Node.js. It covers industry news, tutorials, demos and articles. See: http://javascriptweekly.com
To subscribe to and get updates from JavaScript Weekly in your feed stream, sign up, or see the rest of our feeds.
How we made our rich text editor load faster - Part 1 | CKEditor
đ How We Made Our Rich Text Editor Load Faster â CKEditor is a long-standing, full featured...
Rsdoctor
Rsdoctor 1.0: An Analyzer for Rspack and Webpack â A one-stop, intelligent build analyzer making it...
PeanoScript: TypeScript but it's a theorem prover
PeanoScript: TypeScript But It's a Theorem Prover â An experimental proof assistant for Peano arithmetic based...
@storybook/core - Storybook
Typist 8.0: Tiptap-Based Rich Text Editor Component â Simple and opinionated. You can try several examples...
Konva - JavaScript Canvas 2d Library
Konva: A JavaScript 2D Canvas Library â The native API for Canvas elements is pretty good,...
Introducing @clerk/agent-toolkit
Introducing @clerk/agent-toolkit â Build agentic systems with support for user and organizational management. Compatible with Vercel's...
The HTML presentation framework | reveal.js
Reveal.js 5.2: The HTML Presentation Framework â Brings elegant presentations to anyone with a Web browser....
Introducing Motion for Vue - Motion Blog
Introducing Motion for Vue â Motion is a popular and powerful animation library most commonly associated...
Build a custom RAG AI agent in TypeScript and Jupyter
Build a Custom RAG AI Agent with TypeScript and Jupyter â Deno, Ollama, and a few...
React Trends in 2025
React Trends in 2025 â Each year Robin does a post giving his opinion on what...
The Great ESLint v9 Migration Adventure: A Developer's Survival Guide đ§ââď¸
The Great ESLint v9 Migration Adventure: A Developer's Survival Guide â âLetâs just say⌠Iâve seen things....
How to Build a Snake AI Game with Docker and TensorFlow.js | Docker
How to Build a Snake AI Game with Docker and TensorFlow.js â Youâve probably heard about...
Next.js vs TanStack
Next.js vs TanStack â An incisive essay from a developer whoâs had enough of the Next.js...
A Perplexing Javascript Parsing Puzzle
A Perplexing JavaScript Parsing Puzzle â It looks deceptively simple â just 14 characters of JavaScript...
A 10x Faster TypeScript - TypeScript
TypeScript's Compiler to Get 10x Faster â TypeScript has shaken up the JavaScript ecosystem in recent...
How to build a secure project management platform with Next.js, Clerk, and Neon
Build a Secure Project Management â Learn a security-first approach to building web applications by building...
Building APIs with Next.js
Building APIs with Next.js â A detailed, official introduction to the concepts behind using Next.jsâ App...
How The New York Times systematically migrated from Enzyme into React Testing Library
How The New York Times Migrated from Enzyme to React Testing Library â A thorough look at...
How ECMAScript Engines Optimize Your Variables | Boa JS
How ECMAScript Engines Optimize Your Variables â From the authors of the Boa JS Rust-powered JavaScript engine.
GitHub - wooorm/refractor: Lightweight, robust, elegant virtual syntax highlighting using Prism
Refractor 5.0: Robust Virtual Syntax Highlighting using Prism â Wraps the powerful Prism syntax highlighter to...
GitHub - yWorks/svg2pdf.js: A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
svg2pdf.js: SVG to PDF Conversion in the Browser â Thereâs an online playground to give you...
Node Modules Inspector
đ Node Modules Inspector â A tool that runs pnpm inside your browser, âinstallsâ a package, then...
GitHub - electric-sql/pglite: Embeddable Postgres with real-time, reactive bindings.
PGlite: Run Postgres in WebAssembly â PGlite packages a WASM build of Postgres into a TypeScript...
@storybook/cli - Storybook
React Data Table: Responsive Dynamic Table Component â Simple and clean, but flexible. Includes features like...
JavaScript | 2024 | The Web Almanac by HTTP Archive
A Report on How the Web is Really Using JavaScript â Each year, the HTTP Archive...
Announcing TypeScript 5.8 - TypeScript
Announcing TypeScript 5.8 â Four months in the making, TypeScript 5.8 lands with a strong Node...
JavaScript Fatigue Strikes Back
JavaScript Fatigue Strikes Back â A developer with âa decade awayâ from writing JavaScript returns to...
My sales pitch for TypeScript
Dr. Axel's 'Sales Pitch' for TypeScript â As one of JavaScriptâs most esteemed writers, if Dr....
Instrument, monitor, fix: a hands-on debugging session
Instrument, Monitor, Fix: A Hands-On Debugging Class â Join us for a hands-on session where youâll...
JavaScript Game Tutorials
Reimplementing Crossy Road in JavaScript â Two well put together tutorials so far covering reimplementing Crossy...
Node just added TypeScript support. What does that mean for Deno?
Node Just Added TypeScript Support. What Does That Mean for Deno? â The Deno team, who went...
Announcing TanStack Form v1 | TanStack Blog
TanStack Form v1.0: Headless, Type-Safe Form State Management â A type-safe, framework agnostic (React, Vue, Angular,...
PDFSlick
PDFSlick 2.2: View and Interact with PDF Documents â A full-featured PDF viewer for React, Solid,...
GitHub - daltonmenezes/electron-app: đ An Electron app boilerplate with React 19, TypeScript 5, Tailwind 4, shadcn/ui, Electron Vite, Biome, GitHub Action releases and more.
Electron App Boilerplate with Modern Dependencies â A basic template app that uses React 19, Tailwind...
Fable ¡ JavaScript you can be proud of!
Fable: A F# to JavaScript Compiler â If you fancy F#âs flavor of almost-entirely-functional development, this...
Michigan TypeScript Founder Successfully Runs Doom Inside Ty...
Developer Implements 'Doom' in TypeScript's Type System â A curious quirk of TypeScriptâs type system is...
QuickJS Sandbox - Execute JavaScript and TypeScript code safe and secure
QuickJS Sandbox 2.0: Execute JS/TS in a QuickJS Powered Sandbox â QuickJS is a small, embeddable...
GitHub - transitive-bullshit/random: Seedable random number generator supporting many common distributions.
Random: Seedable Random Number Generator â Youâve got Math.random but this library takes things a few...
React Native 0.78 - React 19 and more ¡ React Native
React Native 0.78 Released â A big release for React Native as it ships React 19...
Svelvet - Svelvet
Svelvet 11: Build Node-Based UIs with Svelte â A mature Svelte component library for creating interactive...
Subverting control with weak references
Subverting Control with Weak References â A weak reference differs from a normal reference in that...
Turbocharging V8 with mutable heap numbers ¡ V8
Turbocharging V8 with Mutable Heap Numbers â The V8 team uses the JetStream2 benchmark suite to...
React Libraries for 2025
React Libraries for 2025 â Each year, prolific React blogger Robin updates his post covering his...
What is TypeScript? An overview for JavaScript programmers
What is TypeScript? An Overview for JavaScript Programmers â You may have noticed esteemed JavaScript developer...
Bun v1.2.3 | Bun Blog
Bun v1.2.3 and v1.2.4 Released â The rapid pace of progress on the JavaScriptCore-based runtime is...
What is Functional Programming? | Learn Functional Programming Course
Functional JavaScript First Steps, v2 â A friendly, practical introduction to functional programming fundamentals in JavaScript....
Announcing Interop 2025
Interop 2025: Features Browser Devs Will Focus on This Year â Interop is an ongoing process...
TC39 Advances 3 Proposals to Stage 4: RegExp Escaping, Float...
TC39 Advances 3 Proposals to Stage 4 â I love seeing Rob Palmerâs tweets about TC39âs...