Last active
May 21, 2018 06:54
-
-
Save teimurjan/bee0ce834501ed2002c2a07f51c5c4e8 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
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