
[URECA] Day 65 ReactQuill 사용법과 bcrypt, JWT, cookie-parser 보안 내용 정리
·
💡 URECA/🗒️ 스터디 노트
📍Frontend🖋️ReactQuill이란https://quilljs.com/ Quill - Your powerful rich text editorBuilt for Developers Granular access to the editor's content, changes and events through a simple API. Works consistently and deterministically with JSON as both input and output.quilljs.comReact에서 사용하는 글쓰기 에디터 컴포넌트이다. 사용자는 블로그 글을 작성하듯이 텍스트를 입력하거나 이미지를 첨부할 수 있다. QuillEditor.jsx는 Quill이라는 오픈소스 리치 텍스트 에디터를 기반으로 구현된..