Skip to content

Instantly share code, notes, and snippets.

@amorfati0310
Created July 6, 2020 12:16
Show Gist options
  • Save amorfati0310/8197ed373419df915c2e8a4dda1e2623 to your computer and use it in GitHub Desktop.
Save amorfati0310/8197ed373419df915c2e8a4dda1e2623 to your computer and use it in GitHub Desktop.
help01.js
(async function(store){
const res = await teamsApi.getTeams()
store.setState({teams: res})
console.log(store.state)
// TODO 여기 왜 안 되는지 물어보기
// window.document.addEventListener('DOMContentLoaded', () => {
// console.log(store.state)
// const teamBoards = new TeamBoards({ elements: '#team-boards', teams: store.state.teams })
// })
const teamBoards = new TeamBoards({ elements: '#team-boards', teams: store.state.teams })
})(store);
@amorfati0310
Copy link
Author

비동기_ㅇ ... 다시 잘 공부할 것

@amorfati0310
Copy link
Author

스크린샷 2022-09-13 오전 11 39 49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment