1. json-server (공식문서) / 웹
$ npm i json-server
2. styled-components (공식문서) / 웹
$ npm i styled-components
- React에서 스타일 생성
- Sass, Scss 문법 사용가능
3. lodash (공식문서) / 웹, 앱
$ npm i lodash
- dictionary, array 타입에 대한 데이터 조작이 용이
4. moment (공식문서) / 웹, 앱
$ npm i moment
- dictionary, array 타입에 대한 데이터 조작이 용이
5. framer-motion (공식문서) / 웹
$ npm i framer-motion
6. react-icons (공식문서) / 웹, 앱
$ npm i react-icons
7. axios (공식문서) / 웹, 앱, PC앱
$ npm i axios
- HTTP 통신이 용이
- 통신 관련으로 여러 Method 지원
8. concurrently (공식문서) / 웹, 앱
$ npm i concurrently
- 개발 서버와 가데이터 서버를 하나의 터미널에서 동시에 실행 가능
9. react-native-vector-icons (공식문서) / 앱
$ expo i react-native-vector-icons
- React Native에서 SVG 아이콘 사용
10. react-navigation (공식문서) / 앱
$ expo install @react-navigation/native react-native-screens react-native-safe-area-context @react-navigation/native-stack @react-navigation/bottom-tabs @react-navigation/drawer
- React Native에서 Screen 전환 및 앱 전용 라우터