Google News
logo
ReactJS - Quiz(MCQ)
Which of the following is the correct data flow sequence of flux concept?
A)
Dispatcher->Action->Store->View
B)
Action->Dispatcher->Store->View
C)
Action->Dispatcher->View->Store
D)
Action->Store->Dispatcher->View

Correct Answer :   Action->Dispatcher->Store->View