Skip to content

Instantly share code, notes, and snippets.

@phuochau
Last active August 4, 2021 00:24
Show Gist options
  • Save phuochau/fd016193ea9403b02f5e659201f385a9 to your computer and use it in GitHub Desktop.
Save phuochau/fd016193ea9403b02f5e659201f385a9 to your computer and use it in GitHub Desktop.

1. Architecture:

2. Code Detail:

  • Dependencies decision (also check dependencies performance)
  • Navigation
  • Redux processing
  • Api processing
  • Decorators
  • Performance: https://facebook.github.io/react-native/docs/performance.html
  • Screen transition performance
  • shouldComponentUpdate
  • Stateless/Dump, Smart, PureComponent
  • Maps Performance
  • Animated Driver
  • PanResponder
  • Image Caching
  • Image Optimization
  • Lazy Loading
  • console.log
  • Inline styles
  • UX
  • Build Size
  • [Android] Multidex & Progaurd

3. Improvements:

  • CodePush to deploy in the air
  • fastlane or bitrise for CI/CD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment