<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9" -->

---
title: Issue #797: Reimplementing htmx from scratch —...
description: JavaScript Weekly issue #797 covers a range of topics: a practical guide to securely publishing npm packages using staged and trusted publishing; GitHub&#x27;s new...
canonical: https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Issue #797: Reimplementing htmx from scratch — JavaScript Weekly | daily.dev
og:description: JavaScript Weekly issue #797 covers a range of topics: a practical guide to securely publishing npm packages using staged and trusted publishing; GitHub&#x27;s new...
og:url: https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9
og:image: https://api.daily.dev/og/posts/wtTOASJh9.png
og:image:alt: Issue #797: Reimplementing htmx from scratch — JavaScript Weekly
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Issue #797: Reimplementing htmx from scratch — JavaScript Weekly

**[JavaScript Weekly](https://daily.dev/sources/jswkly)** · 3 min read · 2 upvotes · 0 comments

## Summary

JavaScript Weekly issue #797 covers a range of topics: a practical guide to securely publishing npm packages using staged and trusted publishing; GitHub's new malware scanning for npm packages at publish time; detecting memory leaks in SPAs using Playwright soak tests; JSON serialization gotchas with JSON.parse/stringify; adding Go's defer keyword to a TypeScript compiler fork; TanStack Charts, a new framework-neutral charting library rendering to SVG or canvas; and several library releases including Neutralinojs 6.9, DukPy 0.6, isomorphic-git 1.40.0, and more.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://javascriptweekly.com/issues/797>

## Similar posts on daily.dev

- [JavaScript Weekly Issue 788: June 2, 2026](https://daily.dev/posts/javascript-weekly-issue-788-june-2-2026-b2qviad94) · JavaScript Weekly · 4 upvotes · 2 comments
- [Issue \#635: npm to scan packages for malware at publish time — Node Weekly](https://daily.dev/posts/issue-635-npm-to-scan-packages-for-malware-at-publish-time-node-weekly-e1c1muywo) · Node Weekly · 2 upvotes · 0 comments
- [JavaScript Weekly Issue 782: April 21, 2026](https://daily.dev/posts/javascript-weekly-issue-782-april-21-2026-exkcjybcy) · JavaScript Weekly · 7 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#javascript](https://daily.dev/tags/javascript), [#typescript](https://daily.dev/tags/typescript), [#npm](https://daily.dev/tags/npm), [#htmx](https://daily.dev/tags/htmx)

[View this post on daily.dev](https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Issue #797: Reimplementing htmx from scratch — JavaScript Weekly","url":"https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9"},"datePublished":"2026-08-04T14:26:49.399Z","dateModified":"2026-08-04T14:27:08.717Z","description":"JavaScript Weekly issue #797 covers a range of topics: a practical guide to securely publishing npm packages using staged and trusted publishing; GitHub's new...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"JavaScript Weekly","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"JavaScript Weekly","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/864c660ddc284525a1d4c36e837e61d9","url":"https://daily.dev/sources/jswkly"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/issue-797-reimplementing-htmx-from-scratch-javascript-weekly-wttoasjh9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,javascript,typescript,npm,htmx","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"JavaScript Weekly","item":"https://daily.dev/sources/jswkly"},{"@type":"ListItem","position":3,"name":"Issue #797: Reimplementing htmx from scratch — JavaScript Weekly"}]}
```

