Created
May 21, 2018 06:56
-
-
Save teimurjan/091161e418f7f7ba0db861b45e815177 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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