
스탠다드반 6차 강의
return (
<div>
<h1>Text Input and Listing</h1>
<TextInput onAddText={onAddText} />
<TextContext.provider value={{ texts }}>
<TextList />
</TextContext.Provider>
</div>
);
리액트에서는 컴포넌트명 외에는 PascalCase 를 사용하지 않는다
리덕스 Store 셋업 시 코드스니펫이 필요하다면?