GitHub mobile app clone written in React Native and TypeScript using best practices
- redux and react-redux for state management with redux-saga as middleware for managing side effects and asynchronous operations
- Redux Toolkit for efficient Redux development and avoiding the boilerplate that comes with Redux
- reselect for creating memoized selectors to improve performance by minimizing re-renders in React components
- react-intl for handling internationalization
- react-native-gesture-handler and react-native-reanimated v2 for driving performant animations
- swr for efficient and seamless data fetching