8 Matching Annotations
- Dec 2022
-
beta.reactjs.org beta.reactjs.org
-
useImperativeHandle
forwardRef类似于vue中的expose,这个hook就是为了修改里面的内容
-
- May 2022
-
vitejs.dev vitejs.dev
-
aking HMR updates consistently fast regardless of the size of your application.
在修改时,vite只会修改当前module和链条内的临近的,所以不会随着包的增大而印象hmr
-
- Jul 2021
-
betterprogramming.pub betterprogramming.pub
-
iife – A self-executing function suitable for inclusion as a <script> tag. If you want to create a bundle for your application, you probably want to use this.
iffe格式主要是用于在script上引入的方式
-
- Jun 2021
-
mp.weixin.qq.com mp.weixin.qq.com
-
snowpack
-
- May 2021
-
developers.google.com developers.google.com
-
gtag.js
gtag比analytics多一个功能,就是可以支持使用第三方sdk,默认使用analytics.js库。
-
-
github.com github.com
-
if (domain) { const link = document.createElement('link') link.href = domain link.rel = 'preconnect' head.appendChild(link) }
用
preconnect
可以提前和外链建立好连接
-
- Apr 2021
-
esbuild.github.io esbuild.github.io
-
Go
GO 语言编写的好处
-
-
mp.weixin.qq.com mp.weixin.qq.com
-
可视化的属性信息调整功能来辅助代码生成
人工修正
-