본문 바로가기
front-end/React

[React] nanoid 나노아이디

by -제이리 2022. 5. 21.
728x90
320x100

https://www.npmjs.com/package/nanoid

 

nanoid

A tiny (116 bytes), secure URL-friendly unique string ID generator. Latest version: 3.3.4, last published: 18 days ago. Start using nanoid in your project by running `npm i nanoid`. There are 4339 other projects in the npm registry using nanoid.

www.npmjs.com

 

나노아이디란?

자바스크립트용 작고 안전한 랜덤문자열 생성기이다.

 

import { nanoid } from 'nanoid'
model.id = nanoid() //=> "V1StGXR8_Z5jdHi6B-myT"
728x90
320x100

댓글