MyGit

0.8.0

yewstack/yew

版本发布时间: 2019-08-11 07:25:45

yewstack/yew最新发布版本:yew-v0.21.0(2023-09-29 19:14:55)

Props! Props! Props!

This release introduces a more developer friendly way to handle your Component props. Use the new #[derive(Properties)] macro to beef up your props! Property values can now be annotated as #[props(required)] which will enforce that props are present at compile time. This means that your props struct no longer needs to implement Default, so time to clean up all of those prop values you wrapped in Option to have a default value.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-08-11发行的版本