|
|
|
|
|
by breadwinner
928 days ago
|
|
You can render the view from scratch on every user interaction, even in MVC. In fact, you can use React for that purpose. "Lots of people use React as the V in MVC." See that quote on this page: https://github.com/facebook/react/tree/015833e5942ce55cf31ae... Personally, I have not run into large amounts of bugs of this type, and I have written plenty of MVC code using VanillaJS. |
|