Skip to content

Commit

Permalink
Add notes on performance
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsaker committed May 20, 2018
1 parent ede00dd commit f9cd5d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ We use the [Flux Standard Action](https://github.com/redux-utilities/flux-standa
### Performance

* Use a launch screen (it improves perceived loading time)
* Track renders in each component you create (they should make sense)
* Track state and prop changes in componentWillUpdate and lodash difference
* Measure and minimise overdraw (number of times pixels have been redrawn) (android only - developer options - debug GPU overdraw)
* Track performance results in a spreadsheet

0 comments on commit f9cd5d2

Please sign in to comment.