view component가 있다.
external store로 전역 관리하는 데이터가 있는데
view component에서 hook을 이용해 store의 데이터를 가져온다.
store에서는 apiService를 이용해 실제 api 요청으로 데이터를 불러온다.
이런 패턴의 반복이다.
Last updated 2 years ago