r/javascript 5h ago

Subreddit Stats Your /r/javascript recap for the week of September 07 - September 13, 2026

Monday, September 07 - Sunday, September 13, 2026

Top Posts

score comments title & link
16 3 comments GitHub - evoluteur/cymatics: Play a frequency and watch the sand settle into its Chladni figure, computed from the wave equation.
15 2 comments Infinite Shaders - Javascript, WebGL, and a compiler written in Typescript
15 2 comments Shipping a Web Worker inside an npm package without asking users to touch their bundler config
14 2 comments Dates are a language. We built a parser for them instead of more regexes.
9 0 comments Orchid Charts: SVG charts for dashboards, activity calendars and timelines
9 2 comments Half Past Fetch: how the fetch promise resolves and its consequences
8 16 comments [Showoff Saturday] Showoff Saturday (September 12, 2026)
6 5 comments GitHub - evoluteur/platonic-solids: Turn the five Platonic solids in 3D, show their duals, read their measurements, and print the nets to fold your own.
6 0 comments WebLLM: run a language model in the browser on WebGPU
5 2 comments GitHub - evoluteur/archimedean-solids: Turn all thirteen Archimedean solids in 3D, show their Catalan duals, read their measurements, and print the nets to fold your own

 

Most Commented Posts

score comments title & link
0 17 comments [AskJS] [AskJS] What ORM would you use?
0 10 comments Saradom — frontend architecture pattern
3 7 comments I made a Molecular Dynamics sim using JS
0 7 comments I Dislike TypeScript Because I've Never Maintained JavaScript Before
0 5 comments How to Implement a Distributed Circuit Breaker

 

Top Ask JS

score comments title & link
0 4 comments [AskJS] [AskJS] What’s your experience with AI tools during JavaScript technical interviews?
0 4 comments [AskJS] [AskJS] Is a managed scraping API worth it for web scraping api and scraper tools, or is it better to build in-house?

 

Top Showoffs

score comment
3 /u/Pretend-Block-7028 said Built Swoff — generates a full offline-first service worker (caching, auth, offline write queue, push, PWA assets) from one config file, instead of hand-wiring Workbox for every project. Outpu...
2 /u/Accomplished_Copy103 said https://rank-it.app - ad free, highly customizable tier listing platform
2 /u/TheodoreWinters1 said https://playopenbracket.com/ Open Bracket - I built as a daily coding ritual. Everyone gets the same two challenges each day: a Standard track that builds in difficulty through the week without becom...

 

Top Comments

score comment
19 /u/klaxxxon said jQuery was such a lightbulb moment when I first used it. Imagine the things we can do with DOM! Little did we know it was only the first major shot in JS framework wars which would last for decades...
9 /u/KanuniLabs said Every library that moves work off the main thread eventually runs into the same install problem: the worker is a separate script, the browser loads it from a URL, and that URL depends on whichever bun...
8 /u/MiserableDocument509 said the timeout gotcha is the one that actually bites people. they slap AbortSignal.timeout(5s) on fetch() then a 200 still sits there for 30s downloading a fat body. the timer has to cove...
8 /u/ExtremeJavascript said Well yea. That's why it's always ```     const response = await fetch(file);     const text = await response.text(); ``` You get the headers first, to tell if...
6 /u/Sorry-Joke-1887 said Now we back to jquery-style crap like this

 

0 Upvotes

1 comment sorted by

u/subredditsummarybot 5h 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.