반응형
const 컴포넌트명 = () => {
const ...
const [..., ...] = ...
return <div>{mobx객체}</div>
}
export default observer(컴포넌트명)
export default 컴포넌트명 = observer(() => {
const ...
const [..., ...] = ...
return <div>{mobx객체}</div>
})
반응형
'실전 단아 개발 가이드' 카테고리의 다른 글
react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 파일이 아닙니다. (0) | 2024.01.24 |
---|---|
https://github.com/akveo/nebular/tree/master (0) | 2024.01.22 |
프르미스 (0) | 2024.01.21 |
화살표 함수 (0) | 2024.01.21 |
package.json 설치 명령어 (0) | 2024.01.21 |