• 상태로 컴포넌트 업데이트 시키기

  • 컴포넌트 분할 하기

    • https://junilhwang.github.io/TIL/Javascript/Design/Vanilla-JS-Component/#_2-컴포넌트
    • https://github.com/JunilHwang/simple-component
  • script type="module" & cors 문제

    • https://velog.io/@takeknowledge/로컬에서-CORS-policy-관련-에러가-발생하는-이유-3gk4gyhreu
    npm init 
    
    npm install http-server -g
    
    http-server -c-1 -p 4001