Improve render speed

This commit is contained in:
Thomas Nordquist
2019-07-08 17:17:46 +02:00
parent 901acf2bed
commit c1e2a4c625
17 changed files with 17 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ interface State {
newerVersions: Array<GithubRelease>
}
class UpdateNotifier extends React.Component<Props, State> {
class UpdateNotifier extends React.PureComponent<Props, State> {
constructor(props: any) {
super(props)
this.state = { newerVersions: [] }