profile
해보자구

[React] 비동기 통신 axios (파일 업로드)

Promise 콜백(callback)함수 async & await 간단한 사용 예시

2023년 5월 22일
·
0개의 댓글
·
post-thumbnail

[React] Toast-UI Editor 유튜브 삽입 툴바 버튼 커스텀하기

Toast-UI Editor에서 Youtube 영상을 주소로 쉽게 삽입할 수 있도록 툴바 버튼을 만들어보았다.

2023년 4월 23일
·
0개의 댓글
·
post-thumbnail

[AI] STT 사용 (음성인식, Speech-To-Text, CSR)

STT (Speech-To-Text) CSR (CLOVA Speech Recognition) 사용 방법 1. Naver Cloud 2. 백엔드 (Springboot) 3. 프론트엔드 (React) / react-speech-kit

2023년 4월 4일
·
0개의 댓글
·
post-thumbnail

[React] 훅 Hook & 라우터 Router

Hook : useState(), useEffect(), useMemo(), useContext() / React Router 등장 / 설정 / Routing 기능 1. Link 이동 2. useNavigate() 이동 3. URL 제어

2023년 3월 29일
·
0개의 댓글
·
post-thumbnail

[React] 세션, 쿠키 (session-api, sessionStorage, cookie)

세션 1. react-session-api 2. sessionStorage (or localStorage) / 쿠키 react-cookie

2023년 3월 9일
·
0개의 댓글
·
post-thumbnail

[React] 기초 문법 (Component, JSX, ES6)

Component 컴포넌트, Props 속성, Element 요소 / JSX 규칙 및 특징 / ES6 주요 문법

2023년 3월 9일
·
0개의 댓글
·
post-thumbnail

[React] 환경 구축 및 실행 (Node.js, VS Code)

React JS 특징 / 환경 구축 1. Node.js 설치 2. VS Code 설치 3. 프로젝트 생성 4. 프로젝트 실행

2023년 3월 7일
·
0개의 댓글
·