use 훅으로 인한 async 기능 개선

 
 
221018 기준 아직 PR 단계에 있는 기능
Essentially, we're finally getting a native way to handle async functionallity in React. Meaning we don't really need to relly on useEffect to fetch our data we can simple create an axios fetch request and wrap it in a use hook.