问题标签 [yew]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rust - 在 yew.rs v0.19 中做一个网络请求
在 yew 0.2中Request::get
运行良好,但现在yew::services
不存在,我该如何请求/api/ping
?我需要javascript吗?
rust - 在 Yew 中使用 wasm_timer 重复执行回调
我对 Rust 还是很陌生,很难理解未来。我想在浏览器中实现一个“计时器应用程序”,为此我使用https://yew.rs/。对于计时器,我尝试使用https://github.com/tomaka/wasm-timer/,但没有文档也没有示例。看起来用法应该很明显,但我不明白。
我假设我必须做类似的事情:
这应该创建一个间隔,每 250 毫秒触发一次。但是什么被解雇了?如何指定我的回调?我希望是这样的:
我的感觉是,我不知何故走错了路,没有掌握 Rust 的未来。Interval
非常感谢有关如何执行某些代码的工作示例。
tailwind-css - 与顺风 css 的紫杉
我尝试按照https://dev.to/arctic_hen7/how-to-set-up-tailwind-css-with-yew-and-trunk-il9中描述的步骤在 Yew 中使用 Tailwind CSS,但是它不起作用。
我的测试项目文件夹:
货物.toml:
索引.html:
main.rs 中的代码:
但我在“测试!”中看不到红色背景颜色。你能帮我吗?
rust - 运行 yew 框架示例代码 - 错误:与 `cc` 链接失败:退出状态:1
我正在尝试运行yew 框架 示例代码,并且在运行时遇到此错误cargo install trunk wasm-bindgen-cli
error: linking with ``cc`` failed: exit status: 1
我在跑步rustc 1.60.0-nightly (2681f253b 2022-02-01)
这是输出:
原因:构建失败错误:编译失败wasm-bindgen-cli v0.2.79
,中间工件可以在/var/folders/gp/n2f6jp996t93rzc9dhyldyr40000gn/T/cargo-installCKNe4D
原因:构建失败摘要无法安装主干,wasm-bindgen-cli(请参阅上面的错误)。错误:一些板条箱安装失败
输出:
有任何想法吗?