먼저 Node.js 패키지들을 설치 한다.
Apollo for GraphQL
http(s) REST 방식이 아닌 graphQL 통신 프로토콜을 이용하여 효율적으로 통신하자.
# yarn add apollo-boost @apollo/react-hooks graphql --save
react-i18next
각 국가별 언어로 로컬라이징을 하자.
# yarn add react-i18next --save
'Developments > React.js' 카테고리의 다른 글
React.js와 React Native 컴포넌트를 동일한 style 코드로 적용하자 (0) | 2019.11.08 |
---|---|
create-react-app으로 생성한 앱에서 절대 경로 사용하기 (0) | 2019.11.04 |
React.js를 React Native 처럼 사용하기 (0) | 2019.09.24 |
React Router 사용하기 (0) | 2019.08.13 |
React.js 설치 (0) | 2019.07.25 |