Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Last active May 21, 2018 06:54
Show Gist options
  • Save teimurjan/bee0ce834501ed2002c2a07f51c5c4e8 to your computer and use it in GitHub Desktop.
Save teimurjan/bee0ce834501ed2002c2a07f51c5c4e8 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
export default class extends React.PureComponent {
render() {
return (
<TodoList
options={{
wrap: false,
maximizeOnFoucs: true
}}
/>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment