useEffect (async ()=>{
const res = await axios.post("https://crunchdjango.com/recommendation/category/bestselling", {
user: "user",
})
setBestsell(res.data)
}
'REACT' 카테고리의 다른 글
노마드 코더 props , map 기본 예제 (0) | 2020.06.30 |
---|---|
노마드 코더 props 기본 예제 (0) | 2020.06.30 |
Grid list 예제 (0) | 2020.06.07 |
Hooks 와 state (0) | 2020.05.17 |
리액트 이벤트 연습 (0) | 2020.05.09 |