-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Description
Started with redux by looking at your tutorial. Thanks for sharing.
I have a question regarding the introduction:
// To get more clarity how MVC and flux differ, we'll
// take a classic use-case in an MVC application:
// In a classic MVC application you could easily end up with:
// 1) User clicks on button "A"
// 2) A click handler on button "A" triggers a change on Model "A"
// 3) A change handler on Model "A" triggers a change on Model "B"
// 4) A change handler on Model "B" triggers a change on View "B" that re-renders itself
Where is the "C" in "classic MVC" in that chain?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels