Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

googlearchive/udacity-60fps-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity 60fps Course Samples

Please note: this code is intended for you to hone your debugging skills. It contains a lot of code that you should not use in production!

This is a simple web app that shows the top stories from Hacker News via its API.

Unfortunately it has a bunch of performance issues, such as:

  • Layout Thrashing
  • Expensive painting
  • Unnecessary layouts
  • Long-running and badly-timed JavaScript
  • Bad touch handling

Your mission is to find and fix the issues, and make the app gloriously performant!

License

See /LICENSE for more.

This is not a Google product.

Releases

No releases published

Packages

No packages published