Skip to content

Instantly share code, notes, and snippets.

@pxjohnny

pxjohnny/app.rs Secret

Created September 9, 2021 08:58
impl Component for App {
...
fn change(&mut self, _props: Self::Properties) -> ShouldRender {
false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment