Skip to content

Commit

Permalink
更新 前端框架 分类
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox authored Apr 7, 2022
1 parent 104fbd0 commit 19bbb53
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/daily-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [多线程](#多线程)
- [Web/HTTP](#webhttp), [SQL客户端](#SQL客户端), [NoSql客户端](#NoSql客户端)[网络通信协议](#网络通信协议), [异步网络编程](#异步网络编程)
- [服务发现](#服务发现), [消息队列](#消息队列), [搜索引擎](#搜索引擎)
- [编解码](#编解码), [Email](#Email), [常用正则模版](#常用正则模版)
- [编解码](#编解码), [Email](#Email), [前端框架](#前端框架)
- [日志监控](#日志监控), [代码Debug](#代码Debug), [性能优化](#性能优化)

### Web/HTTP
Expand Down Expand Up @@ -156,11 +156,10 @@
* YAML
* [dtolnay/serde-yaml](https://github.com/dtolnay/serde-yaml) 使用`serde`编解码`YAML`格式的数据

### UI 开发框架
* 跨平台
* [DioxusLabs/Dioxus](https://github.com/DioxusLabs/dioxus) 跨平台 UI 开发框架,支持 `WASM``Desktop``TUI` 等应用开发,文档较为详细
### 前端框架
* [yewstack/yew](https://github.com/yewstack/yew) 老牌的 WASM 前端应用框架,也是目前 Rust 生态中最出名的前端框架了!
* [DioxusLabs/Dioxus](https://github.com/DioxusLabs/dioxus) 一款较新的跨平台 UI 开发框架,类 React 的设计。目前还不稳定,可以观望一段时间。


### Email
* [lettre/lettre](https://github.com/lettre/lettre) — Rust SMTP库

### 常用正则模版

0 comments on commit 19bbb53

Please sign in to comment.