MVC Architecture의 한계로 등장했습니다. 단순한 구조일 때 MVC Architecture는 문제가 없지만 한 프로젝트가 거대해진 경우 복잡해집니다. 이때 문제 수정에 오랜 시간이 소요됩니다.위와 같은 이유로 Flux Architecture가 등장했습니다.가
What is MVC? Model - View - Controller architectural pattern that separates an application into three main logical components. Each of these component
소프트웨어가 돌아가는 방식에 대한 patternModelViewController데이터를 정보를 가지고 있다. (Database와 연결된 상태에서 가져올 수 있거나..) Controller와 소통한다.View에서 일어나는 Action과 Event를 받아 가공 후 Mod