Uh oh!
There was an error while loading. Please reload this page.
6-8 Styling page, Move Nested components page - #87
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| * [Nested component](concepts/components/nestedcomponents.md) | ||
| * [Refs](concepts/components/refs.md) | ||
| * [Styling](concepts/components/styling.md) | ||
| * [Life cycle](concepts/components/lifecycle.md) |
There was a problem hiding this comment.
Stylistically, I think it's better for "life cycle" to be "lifecycle."
There was a problem hiding this comment.
I ask myself about it and google it. Found more about "Life Cycle"
Anyway ... we are 2 having the same feeling => I change to 1 word
Uh oh!
There was an error while loading. Please reload this page.
| ## Yew component does not support yet class attribute | ||
| So far Yew component does not support natively the `class` attribute. You can add the class attribute to your component: |
There was a problem hiding this comment.
Gramatically this should read more along the lines of "At the moment Yew's components don't natively support the class attribute."
There was a problem hiding this comment.
I understand that this limitation is now resolved with the 0.16 release with #1187
=> I remove the chapter
Uh oh!
There was an error while loading. Please reload this page.
Remove of the CSS.md and add the Styling page
Move from html! the component page, rename it NestedComponents
Update summary