-
-
Notifications
You must be signed in to change notification settings - Fork 28
Sys Des
LeoTM edited this page Jul 20, 2022
·
59 revisions
- Qs
- priorities
- limits: internet, battery, memory, etc
- considerations: new arch, no. users
extremities: huge list perf
UI
- components
- nav
- gestures
- etc
Testing (7)
CI/CD
Extras
Miro/Other
RN
- hermes β
- new arch β
TS, ESLint
React Navigation
- public/private stack
- bottom tabs
- consider deep links
- or other lib
Components
- assumed: design system
- vanilla or other
BE
- all below w Cache Persistence
- SWR β Offline Caching no official support
- RTK-Query βοΈ needs extra config, Redux compat
- Apollo Client βοΈ
- React Query βοΈ experimental, Offline Mutation Support
BE structure
- fetcher (axios)
- types/interfaces
- APIs/services
- ...
FE state
- global if: themes, languages, ...
- redux βοΈ redux-persist w RN AsyncStorage support, RTK-Query compat
- zustand βοΈ zustand/middleware persist
- etc
Offline plan
- BE/FE supports
- requirements?
https://github.com/leotm/react-native-template-new-architecture/wiki/Deps-(libs)#which