Skip to content

Instantly share code, notes, and snippets.

@vojto
Created March 5, 2020 14:07
Show Gist options
  • Save vojto/0496095e4922125ae5ca1d0187552c7f to your computer and use it in GitHub Desktop.
Save vojto/0496095e4922125ae5ca1d0187552c7f to your computer and use it in GitHub Desktop.
applyProps: (instance, oldProps, props) => {
const { x, y, text } = props;
instance.x = x;
instance.y = y;
instance.text = text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment