ended3월 14일· 1 sources

I built a browser-only Git diff viewer using File System Access API — no server needed

File System Access API를 활용한 브라우저 전용 Git diff 뷰어 개발기 — 서버 없이 동작

Why it matters

A developer built Duff, a browser-only Git diff viewer that combines the File System Access API with isomorphic-git to let users view diffs across multiple local repositories without any server or CLI. Key technical challenges included handling instanceof inconsistencies in test environments, unexpected write operations from read-only Git commands, significant performance overhead from the browser's security layer requiring multi-layer caching, and persistence quirks with IndexedDB-stored directory handles.

1
Sources
+0
24h
Growth
187d
Active
Git diff viewerFile System Access APIisomorphic-gitDuffIndexedDB

Sources

Related Issues