File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
ja/docusaurus-plugin-content-docs/version-0.21
concepts/function-components
zh-Hans/docusaurus-plugin-content-docs/version-0.21
concepts/function-components
zh-Hant/docusaurus-plugin-content-docs/version-0.21
concepts/function-components
version-0.21/advanced-topics
version-0.22/advanced-topics Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323Yew recommends using the following immutable types from the ` implicit-clone ` crate:
2424
2525- ` IString ` (aliased as ` AttrValue ` in Yew) - for strings instead of ` String `
26- - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
26+ - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
2727- ` IMap<K, V> ` - for maps instead of ` HashMap<K, V> `
2828
2929These types are either reference-counted (` Rc ` ) or static references, making them very cheap to clone.
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Yew は `implicit-clone` クレートから以下のイミュータブルタイ
2626## さらに読む
2727
2828- [ イミュータブルの例] ( https://github.com/yewstack/yew/tree/master/examples/immutable )
29- - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
29+ - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
Original file line number Diff line number Diff line change @@ -288,4 +288,4 @@ fn main() {
288288
289289## yew-autoprops
290290
291- [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) は実験的なパッケージで、関数の引数に基づいて動的にProps構造体を作成することを可能にします。プロパティ構造体が再利用されない場合、これは有用かもしれません。
291+ [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) は実験的なパッケージで、関数の引数に基づいて動的にProps構造体を作成することを可能にします。プロパティ構造体が再利用されない場合、これは有用かもしれません。
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Yew 推荐使用来自 `implicit-clone` crate 的以下不可变类型:
2626## 进一步阅读
2727
2828- [ 不可变示例] ( https://github.com/yewstack/yew/tree/master/examples/immutable )
29- - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
29+ - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
Original file line number Diff line number Diff line change @@ -288,4 +288,4 @@ fn main() {
288288
289289## yew-autoprops
290290
291- [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) 是一个实验性包,允许您根据函数的参数动态创建 Props 结构体。如果属性结构体永远不会被重用,这可能会很有用。
291+ [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) 是一个实验性包,允许您根据函数的参数动态创建 Props 结构体。如果属性结构体永远不会被重用,这可能会很有用。
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Yew 推薦使用來自 `implicit-clone` crate 的以下不可變型別:
2626## 進一步閱讀
2727
2828- [ 不可變範例] ( https://github.com/yewstack/yew/tree/master/examples/immutable )
29- - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
29+ - [ Crate ` implicit-clone ` ] ( https://docs.rs/implicit-clone/ )
Original file line number Diff line number Diff line change @@ -288,4 +288,4 @@ fn main() {
288288
289289## yew-autoprops
290290
291- [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) 是一個實驗性包,可讓您根據函數的參數動態建立 Props 結構體。如果屬性結構體永遠不會被重複使用,這可能會很有用。
291+ [ yew-autoprops] ( https://crates.io/crates/yew-autoprops ) 是一個實驗性包,可讓您根據函數的參數動態建立 Props 結構體。如果屬性結構體永遠不會被重複使用,這可能會很有用。
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323Yew recommends using the following immutable types from the ` implicit-clone ` crate:
2424
2525- ` IString ` (aliased as ` AttrValue ` in Yew) - for strings instead of ` String `
26- - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
26+ - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
2727- ` IMap<K, V> ` - for maps instead of ` HashMap<K, V> `
2828
2929These types are either reference-counted (` Rc ` ) or static references, making them very cheap to clone.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ be cheaply cloned when passed from component to component.
2323Yew recommends using the following immutable types from the ` implicit-clone ` crate:
2424
2525- ` IString ` (aliased as ` AttrValue ` in Yew) - for strings instead of ` String `
26- - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
26+ - ` IArray<T> ` - for arrays/vectors instead of ` Vec<T> `
2727- ` IMap<K, V> ` - for maps instead of ` HashMap<K, V> `
2828
2929These types are either reference-counted (` Rc ` ) or static references, making them very cheap to clone.
You can’t perform that action at this time.
0 commit comments