먼저 Node.js 패키지들을 설치 한다.

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

 

+ Recent posts