Skip to content

第78期 024 week share 2026-06-11

本周我读到有趣的文章

1、Performative UI

TIP

Performative UI 是一种用户界面设计方法,强调界面元素的表现力和交互性,以提升用户体验和满意度。

2、Docx-editor

TIP

开源的 docx 文件的网页编辑器,所见即所得。

3、Htmx

TIP

Htmx 是一个用于增强 HTML 的库,允许你通过简单的属性在前端实现动态交互,而无需编写大量的 JavaScript。

4、wa-sqlite

TIP

WebAssembly SQLite with support for browser storage extensions

5、shadcn-ui-blocks

TIP

Hundreds of extra shadcn ui blocks & components.

6、fast-copy

TIP

A blazing fast deep object copier for JavaScript, with support for circular references and custom copy functions.

7、BASH

bash
# Unmount target1 (simple)
sudo umount /opt/target1

# Prevent the source2's sub-mounts from being unmounted
sudo mount --make-private /opt/target2

# Unmount target2 (recursively because it has a sub-mount)
sudo umount --recursive /opt/target2

返回目录

Developed by Orange