Skip to content

Instantly share code, notes, and snippets.

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