Vanilla javascript와 Redux (Web component)
Web 2021. 9. 4. 12:35

앞서 Vanilla javascript로 web component를 통해서 어떻게 Component화 하는지와 어떻게 상태관리를 할 수 있는지 알아보았다. 이제 library를 활용해서 상태관리(state management)를 해보고자 한다. 본 내용을 이해하기 위해서는 아래 내용을 꼭, 읽어 봐야한다. 2021.08.16 - [Web] - 기존 web site를 components 로 다시 만들기 (No State management) 앞서 만들어진 todo 웹사이트를 이용해서 redux를 적용하고자 한다. 기본 source는 아래 https://github.com/theyoung/webcomponents/tree/webComWithStateManagement/statementforwebcompone..