What is a controller view in Flux architecture?

I see a frequently mentioned term for Flux architectures and React projects.

From what I understand, this is a design template, but I cannot find a good description for it on the Internet.

+4
source share
2 answers

The concept of "controller-view" really compensated me.

The best "definition" I could find is: https://facebook.imtqy.com/flux/docs/todo-list.html#listening-to-changes-with-a-controller-view

React . , , . Facebook , , .

, , , , . / , , . . "" .

+4

. , . , / MVC ( , , , ).

" " , React "" "", MVC Model-View-Controller lingo, :

  • - , , .
  • - (HTML )
  • , ,

, ( + ).

: MVC.

+2

Source: https://habr.com/ru/post/1613335/


All Articles