0 votes
in ReactJS by
What are the major issues of using MVC architecture in React?

1 Answer

0 votes
by

Here are the major challenges you will face while handling MVC architecture:

  1. DOM handling is quite expensive
  2. Most of the time applications were slow and inefficient
  3. Because of circular functions, a complex model has been created around models and ideas
...