728x90
timeago.js
사용 전
import {format, register } from 'timeago.js' //register 한국어 선택
import koLocale from 'timeago.js/lib/lang/ko' //한국어 선택
register('ko', koLocale)
function VideoCard(){
return (
<p className='text-sm opacity-80'>{publishedAt}</p>
)
}
결과
라이브러리 사용해 보기
👉 사용방법
yarn add timeago.js
import {format, register } from 'timeago.js' //임포트하기 register 한국어 선택
import koLocale from 'timeago.js/lib/lang/ko' //한국어 선택
register('ko', koLocale)
function VideoCard(){
return (
<p className='text-sm opacity-80'>{format(publishedAt, 'ko')}</p>
)
}
결과
https://www.npmjs.com/package/timeago.js/v/4.0.0-beta.3
https://github.com/hustcc/timeago.js/blob/master/README.md
728x90
'TIL' 카테고리의 다른 글
136. [React] netlify 배포 오류 TIL23.03.02 (0) | 2023.03.02 |
---|---|
135. [React] useParams, useLocation TIL 23.02.28 (0) | 2023.02.28 |
133. 의존성 주입 DI(Dependency Injection) TIL 23.02.23 (0) | 2023.02.23 |
132. [React] Error: No QueryClient set, use QueryClientProvider to set one TIL23.02.22 (0) | 2023.02.22 |
131. [Reat] React Router TIL 23.02.20 (0) | 2023.02.20 |
댓글