Login
Remember
Register
Ask a Question
Which of the following is the correct data flow sequence of flux concept?
0
votes
asked
May 20, 2020
in
ReactJS
by
SakshiSharma
Which of the following is the correct data flow sequence of flux concept?
Dispatcher->Action->Store->View
Action->Dispatcher->View->Store
Action->Dispatcher->Store->View
Action->Store->Dispatcher->View
#reactjs-flux-concept
#flux-concept
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2020
by
Robindeniel
Action->Dispatcher->Store->View
...