跳转到主要内容
Preact template preview

创建项目

npx extension@latest create my-extension --template=preact

你将得到什么

与 React 相同的组件模型,但只有 3kB 的运行时,并配置了标准的 preact/compat 别名,让大多数 React 库可以继续工作。当你关心打包体积时,这是一个不错的选择,尤其适用于注入到他人页面中的 content script。

源代码

在 GitHub 上浏览完整源码:extension-js/examples/preact