JS - leotm/react-native-template-new-architecture GitHub Wiki
Env
- https://reactnative.dev/docs/next/javascript-environment
- https://hermesengine.dev/docs/language-features
RN compat
https://retyui.github.io/react-native-compat-table/
ES2022 / ES13
Design Patterns
https://www.patterns.dev/posts/classic-design-patterns/
Notable mobile arch
- mvc
- mvp
- mvvm
- viper
three layer, SOA
Notable patterns
- dependency injection
- observer
- factory
- builder