- Progressive rendering
- Don't show a blank screen
- Progressive enhancement
- Server-side HTML
- React
- localForage
- capable API
- IDB is fast, but blocks the DOM
- Web Workers mitigate this
- No IDB+WW in Safari, use pseudo-worker
- Only use hardware-accelerated:
- transform
- opacity
- Q: colors?
- A: 2 layers -> opacity
- Flexibility of JS
- Paul Luis
- Technique, not a library
- First - Last - Invert - Play
- http://codepen.io/nolanlawson/pen/WwPdOL
https://gist.github.com/nolanlawson
chrome://flags
- enable "Developer Tools experiments"
- in Experiments tab in DevTools: hit shift-key 6 times! 😎
gitk --all
- http://rollupjs.org/