반응형 knockout 학습2 [knockoutjs] custom element 사용 관련 custom element 란 일반적인 태그를 컴포넌트 형태로 분리하여 custom element(custom tag)에 마음껏 붙일 수 있다. react에서 사용되는 컴포넌트의 개념과 비슷하다고 보면 된다. custom element 사용 방법 - template으로 사용할 html파일을 만들고 그 안에는 tag들로 구성 - ko.components.register('엘리먼트이름', {template:템플릿}); - 템플릿 부분에는 직접 string 형태로 태그를 넣어도 되지만, 외부에서 파일을 읽어오게 할 수 있다. 이때는 require를 사용하거나, require-text를 사용하면 된다. 사용 시 주의점 - custom element는 소문자와 대시로 구성된 이름을 사용해야한다. - 예상되는 원인.. 2023. 1. 19. [knockoutjs]observable을 사용하여 데이터 관찰 객체와 함수형 차이 knockoutjs는 mvvm 패턴을 사용하여 데이터가 변하면 ui에 있는 값도 자동적으로 변경되게 해주는 라이브러리이다. https://knockoutjs.com/documentation/observables.html Knockout : Observables Observables Knockout is built around three core features: Observables and dependency tracking Declarative bindings Templating On this page, you’ll learn about the first of these three. But before that, let’s examine the MVVM pattern and the concept of .. 2023. 1. 11. 이전 1 다음 728x90