DEV Community

Discussion on: React Is Eating Itself

Collapse
 
bytebodger profile image
Adam Nathaniel Davis

I would never say that MVC is dead. But 10-12 years ago, it was definitely a full-blown fad. It was one of those catch phrases that devs just spewed to make them sound more knowledgeable.

Collapse
 
louiszen profile image
Louiszen • Edited

MVC implemented in PHP or .NET is dead because their MVC concept is totally wrong. They still wanted to keep everything in a compiled project but only separate concern in folders, not thinking out of the box that they can actually have 3 projects for M V C.