clg
console.log(object)
rafce (react arrow function component export)
import React from 'react'
const mobile = () => {
return (
<div>
</div>
)
}
export default mobile
'[React] Front-End' 카테고리의 다른 글
[FE] Redux (3): Redux-devtools / immer (조현영 Redux vs Mobx 복습) (1) | 2021.07.18 |
---|---|
[FE] Redux (2) : react-redux / reducer 분리 / Middleware / import vs require (0) | 2021.07.16 |
[FE] Redux (1) 개념 / 사용법 (제로초 Redux 강의 복습) (0) | 2021.07.14 |
[FE] JS ES6 : 화살표 함수 / Promise / async / await / Promiss.all() / Promise.race() (0) | 2021.07.06 |
[FE] DOM / React Hooks(UseRef()) (0) | 2021.07.06 |