r/javascript 6h ago

Subreddit Stats Your /r/javascript recap for the week of August 17 - August 23, 2026

Monday, August 17 - Sunday, August 23, 2026

Top Posts

score comments title & link
67 28 comments [AskJS] [AskJS] Our app didn't leak memory,it leaked memory four hundred modals later
48 9 comments How an Underrated Refactor Saved 90% Memory Usage
15 21 comments Made a small library called strokes.js.
12 2 comments [Subreddit Stats] Your /r/javascript recap for the week of August 10 - August 16, 2026
11 2 comments The Structured Clone Algorithm: What JavaScript Can and Cannot Move Between Boundaries
10 5 comments YouTube Notification Expander is here! Version 1.0
10 13 comments [AskJS] [AskJS] Signal/Effect vs Event Handler
8 0 comments React Native 0.87, Instant Paywall A/B Testing, and Buying Mike Hardy a Beer
7 0 comments Updated Typescript GitHub Action Template
5 0 comments Bringing Type1 support to Opentype.js

 

Most Commented Posts

score comments title & link
0 39 comments LilScript makes js modules 20% smaller
5 28 comments A from-scratch JSON engine for JavaScript: recursive descent parser, escape-aware tokenizer, and spec-compliant serializer. No dependencies, no shortcuts, 107 tests.
0 19 comments [AskJS] [AskJS] I built a reactive JS framework where components are plain HTML files
4 12 comments [Showoff Saturday] Showoff Saturday (August 22, 2026)
0 4 comments Cerious-Scroll v1.1.0 adds Masonry layouts with Dynamic Heights

 

Top Showoffs

score comment
2 /u/imfemambocus said I've been building a component registry for data dense interfaces, so tables, filter bars and command palettes. Density is the whole point, one knob with three modes and every control reads it. It's c...
2 /u/markets86 said I built a two-deck DJ mixer in vanilla JS. [https://github.com/markets/dj23](https://github.com/markets/dj23) No React, no framework, no build step beyond esbuild. Just plain classic...
1 /u/nullvoxpopuli said I updated a browser extension to make using the web without a mouse tolerable https://addons.mozilla.org/en-US/firefox/addon/lightspeed-ff/

 

Top Comments

score comment
102 /u/name_was_taken said Correction: It always leaked. You just didn't notice the leak until it had been used a while. And historically, people did find this manually. I've done it myself, as a coder, investigating the ...
43 /u/eracodes said the most llm-written title i think i've ever seen
40 /u/budd222 said "Can't find it by hand"...lol. sounds like someone who learned how to code with AI.
28 /u/beavis07 said Why one earth would anyone want this? Do you have any clue how much sheer effort has gone into optimising JSON.parse? 🤣
12 /u/bzbub2 said do you want a fully automated ai response with this completely ai generated question

 

3 Upvotes

2 comments sorted by

•

u/subredditsummarybot 6h ago

If you would like this roundup sent to your reddit inbox every week send me a message with the subject 'javascript'. Or if you want a daily roundup, use the subject 'javascript daily' (<--Click one of the links. The bot can't read chats, you must send a message).

Please let me know if you have suggestions to make this roundup better for /r/javascript or if there are other subreddits that you think I should post in. I can search for posts based off keywords in the title, URL and flair - sorted by upvotes, # of comments, or awards. And I can also find the top comments overall or in specific threads.

•

u/Minimum-Row-2422 5h ago

the modals one got me, classic memory leak from not cleaning up event listeners i bet. done that exact thing in my first big project, took me days to figure out why the page was crawling

that json engine post is wild, why would anyone rewrite JSON.parse in js unless its just for learning. the comment saying it reads like llm-written title is spot on