-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
632a60d
commit 596e261
Showing
2 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
--- | ||
template: main.html | ||
--- | ||
|
||
# ryanwang's weekly 第58期 | ||
|
||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/63WJDB.png?x-oss-process=image/auto-orient,1/interlace,1/quality,q_30/format,webp){ loading=lazy } | ||
|
||
(封面图片来源于:基于 `CC0` 协议的 [shopify](https://www.shopify.com/stock-photos/photos/dusty-rose)) | ||
|
||
|
||
------ | ||
|
||
!!! tip hint important "温馨提示" | ||
|
||
周刊中所有高亮的内容都可以点击到指定内容的链接~ | ||
|
||
--- | ||
> 如果您正处在微信公众号,请直接滚动至底部👉阅读原文🫶 | ||
--- | ||
|
||
**关键词:** *`applite`*、 *`JavaScript`* 、*`Copilot`* | ||
|
||
## FE News | ||
|
||
### 1.[applite](https://aerolite.dev/applite) | ||
> 相关地址:https://aerolite.dev/applite | ||
管理第三方 `Mac` 软件的工具,有一些并不在 `App Store`. | ||
|
||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/rH5DTv.png) | ||
|
||
如下,确实可以检索到一些常用的开源/闭源软件,比如 `Snipaste` 截图神器。 | ||
|
||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/CAUvoO.png) | ||
|
||
### 2.[2024 年前端框架排行榜,React 稳居榜首](https://2024.stateofjs.com/en-US/libraries/) | ||
> 相关地址:https://2024.stateofjs.com/en-US/libraries/ | ||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/EIZuqa.png) | ||
|
||
位居榜首的原因其实也不言而喻,老牌即王牌,其实 `astro`、`solid`、`sevlte` 等框架虽然热迭,但是普及度不高。 | ||
|
||
### 3.[JavaScript is still number one – JetBrains report](https://www.infoworld.com/article/3625652/javascript-is-still-number-one-jetbrains-report.html) | ||
> 相关地址:https://www.infoworld.com/article/3625652/javascript-is-still-number-one-jetbrains-report.html | ||
据 `Jetbrains` 全家桶汇报,`javaScript` 是使用最多的语言。 | ||
|
||
但是文章中有句话,笔者不是很认同:“Despite its gains, TypeScript will not replace JavaScript, according to the report” | ||
|
||
`TypeScript` 只不过是 `JavaScript` 的超集而已,与 `JavaScript` 是相辅相成的,本质不过是 `JS` 的上层语言。 | ||
|
||
### 4.[GitHub Copilot 免费使用](https://github.blog/changelog/2024-12-18-announcing-github-copilot-free/) | ||
> 相关地址:https://github.blog/changelog/2024-12-18-announcing-github-copilot-free/ | ||
本次免费额度并不多,尝鲜用用还好,大概额度文章有介绍: | ||
|
||
> 2000 Code Completions and 50 chat messages per month! | ||
|
||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/pfkv5o.png) | ||
|
||
![](https://to-out-use.oss-cn-hangzhou.aliyuncs.com/source/cxRKeA.png) | ||
|
||
支持常见的流行 `IDE` 接入集成。 | ||
|
||
### 5.[跑在浏览器中的模型](https://github.com/huggingface/transformers.js/releases/tag/3.2.0) | ||
> 相关地址:https://github.com/huggingface/transformers.js/releases/tag/3.2.0 | ||
`transformers.js` 是一个 `JavaScript` 库,可以在浏览器中运行 `transformers` 模型。支持语音识别和图像识别能力。 | ||
|
||
可以尝试调研下 `OCR` 能力的准度,让前端 `OCR` 不再是调用接口。 | ||
|
||
### 6.[React 19 进入 stable 版本](https://react.dev/blog/2024/12/05/react-19) | ||
> 相关地址:https://react.dev/blog/2024/12/05/react-19 | ||
更多的是 `SRC` 的内容和服务器表单的内容,相对实用点的是: | ||
|
||
1. `use` 函数的稳定,正式的使 `suspense` 和异步请求结合的更加稳定。 | ||
2. `ref` 转发不再借助 `forwardRef`,而是直接使用 `ref`。并且支持 `clean` 函数。 | ||
|
||
|
||
|
||
## End | ||
|
||
!!! pied-piper "交个朋友吧~" | ||
|
||
我是不换(书生),"浪子回头金不换"的**不换**,"百无一用是书生"的**书生**,热爱工作,同时在工作之余也热爱开源。 | ||
|
||
本期周刊到这里就结束了,我们下期再见👋~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters