0 votes
in ReactJS by

Compare MVC with Flux?

1 Answer

0 votes
by

MVC approaches are presently considered as outdated. Although they are capable to handle data concerns, controllers as well as UI, many developers found that it doesn’t properly work when applications size increases. However, they are capable to handle some of the key issues such as eliminating the lack of data integrity as well as managing the data flow which is not properly defined. On the other side, Flux works perfectly with all the sizes irrespective of their size.

Related questions

0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
0 votes
asked Jun 19, 2020 in ReactJS by JackTerrance
0 votes
asked Mar 3, 2020 in ReactJS by miceperry
0 votes
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
...