728x90
반응형
https://www.npmjs.com/package/uuid
uuid
RFC4122 (v1, v4, and v5) UUIDs. Latest version: 9.0.0, last published: 5 months ago. Start using uuid in your project by running `npm i uuid`. There are 50997 other projects in the npm registry using uuid.
www.npmjs.com
고유한 아이디 부여해주는 라이브러리를 활용하여 리액트 사용시 key값을 지정해주기 용이함
- 다운로드
npm i uuid
- 임포트 해서 아래와 같이 사용
import { v4 as uuidv4 } from 'uuid';
uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
728x90
'Frontend > React' 카테고리의 다른 글
[React] 커스텀 훅 (Custom Hook) (0) | 2023.02.06 |
---|---|
[React] Context란? (2) | 2023.02.05 |
[React] 축약어로 함수 편하게 불러오기 [사용자 코드 조각 구성 설정 (snippets)] (0) | 2023.02.04 |
[React] 컴포넌트의 재사용성 (Wrap) (0) | 2023.02.04 |
[React] 리액트에서 자주 쓰이는 CSS (0) | 2023.02.03 |