강의

멘토링

커뮤니티

Inflearn Community Q&A

kmg's profile image
kmg

asked

Learning React.js with TypeScript: From Basics to the Latest Technologies Perfectly

(Explanation) Conditional Rendering - && Operator

useState 자동생성 하실때 누른 키보드가 궁금합니다.

Written on

·

48

0

안녕하세요. 누르신 키보드가 어떤것인지 질문 드립니다.

 

useSta까지 입력하시고 자동생성된 useStateSnippet를 선택을 하셔서

const [first, setFirst] = useState

 

이게 자동으로 생성이 되는데

생성이 되자마자 어떤 키보드를 누르셨는지

[showNotification, setShowNotification]= useState(second) 로 변경이 되더라구요..

 

어떤 것을 입력하셔서 변경이 됬는지 알 수 있을까요?

reactreact-routerredux-toolkitzustandreact.js

Answer 1

0

sucoding님의 프로필 이미지
sucoding
Instructor

안녕하세요.

해당 영상 구간을 확인해본 결과,
편집 과정에서 타이핑하는 부분이 삭제되어
마치 순식간에 변경된 것처럼 보인 것으로 확인되었습니다.

한 번에 원하는 값을 입력하는 방법은 없습니다. ^^;;

감사합니다!

kmg님의 프로필 이미지
kmg
Questioner

답변 감사합니다!

너무 잘 보고 있어요 ㅎㅎ

kmg's profile image
kmg

asked

Ask a question