TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is MVC frameworks required in front end?

1 pointsby rishikeerthiover 7 years ago
The MVC frameworks for frontend are making webpage loading time high. https://medium.freecodecamp.org/is-mvc-dead-for-the-frontend-35b4d1fe39ec

1 comment

metalohaover 7 years ago
This feels a bit backwards for me - MVC fits very well into the front-end where the entire application can be run, and the back-end is treated as data-storage only. MVC on the server has always been problematic because the way the View portion is supposed to work is not quite how it ends up really working. Back-end MVC frameworks aren&#x27;t quite <i>really</i> MVC, I don&#x27;t think. The term has been bastardized pretty freely over the years.<p>Don&#x27;t even get me started on how many of these back-end frameworks think that data storage is supposed to happen in the Model ;)