You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
1.1.8 MVC 패턴
💡 MVC패턴은 모델(Model), 뷰(View), 컨트롤러(Controller)로 이루어져 있는 패턴Model
💡 애플리케이션의 데이터, 정보를 나타냄View
💡 inputbox, checkbox 등과 같은 사용자 인터페이스 요소를 나타냄Controller
💡 데이터와 사용자 인터페이스 요소들을 잇는 다리역할1.1.9 MVP 패턴
💡 MVC 패턴으로부터 파생되었으며 MVC의 C가 P(Presenter)로 교체된 패턴Model
💡 데이터와 비즈니스 로직을 처리하는 부분View
💡 사용자 인터페이스를 담당하는 부분Presenter
💡 View와 Model사이의 상호 작용을 관리하는 부분MVC와의 차이점
1.1.10 MVVM 패턴
💡 프론트엔드 애플리케이션 아키텍처의 한 종류Model
💡 데이터와 비즈니스 로직을 담당하는 구성 요소View
💡 사용자 인터페이스를 담당하는 요소ViewModel
💡 Model과 View 사이의 연결 역할을 담당하는 구성 요소Beta Was this translation helpful? Give feedback.
All reactions