💙Frontend

💙Frontend

Paymentwall 해외 구독 결제 개발하기 (React, fastAPI)

0. Paymentwall 계정 생성 및 프로젝트 세팅계정을 생성해야 sandbox 환경에서 테스트를 할 수 있다.  프로젝트 생성프로젝트를 생성하면 Project Key와 Secret Key를 발급받음API 모드: 초기 개발 단계에서는 테스트 모드로 프로젝트를 설정해준다. 이를 통해 실제 결제가 이루어지지 않고 개발 중에 테스트할 수 있다. 해외에서 구독결제를 하기 위해 checkout API의 subscribtion 사용   Accept Payments Worldwide - PaymentwallPaymentwall is a global payment provider that allows you to process credit card payments and local payment methods in..

💙Frontend

React Next.js에서 다국어 지원 구현하기

1. 개요React와 Next.js 기반의 웹 애플리케이션에서 다국어 지원(영어와 한국어)을 구현할 일이 생겨서 보통 어떤식으로 구현하는지 찾아보았다. 그 중 다국어 지원을 구현하기 위한 대표적인 라이브러리인 react-i18next의 사용법과 설정 방법에 대해서 간단히 알아보자.2. react-i18next + next-i18next 세팅 GitHub - i18next/react-i18next: Internationalization for react done right. Using the i18next i18n ecosystem.Internationalization for react done right. Using the i18next i18n ecosystem. - i18next/react-i18ne..

해서미
'💙Frontend' 카테고리의 글 목록