mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Update ZH_CN.md
This commit is contained in:
parent
5badcd830c
commit
27bdef3040
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ Dioxus 为不同的平台都提供了很好的开发文档。
|
|||
- 强大的状态管理工具。
|
||||
- 支持所有 HTML 标签,监听器和事件。
|
||||
- 超高的内存使用率,稳定的组件分配器。
|
||||
- 多通道异步调动器,超强的异步支持。
|
||||
- 多通道异步调度器,超强的异步支持。
|
||||
- 更多信息请查阅: [版本发布文档](https://dioxuslabs.com/blog/introducing-dioxus/).
|
||||
|
||||
### 示例
|
||||
|
@ -155,7 +155,7 @@ Dioxus 使 Rust 应用程序的编写速度和 React 应用程序一样快,但
|
|||
|
||||
您不该在这些情况下使用 Dioxus :
|
||||
|
||||
- 您不喜欢 React Hooks 的前端开发方案。
|
||||
- 您不喜欢类似 React 的开发风格。
|
||||
- 您需要一个 `no-std` 的渲染器。
|
||||
- 您希望应用运行在 `不支持 Wasm 或 asm.js` 的浏览器。
|
||||
- 您需要一个 `Send + Sync` UI 解决方案(目前不支持)。
|
||||
|
|
Loading…
Reference in a new issue