DEV Community

Sarfraz Ahmed
Sarfraz Ahmed

Posted on

How a Web-Framework Really Should be Today

Let’s assume imaginary web-framework called Lattice — a from-scratch, full-stack system that treats your app as a live, distributed dataflow rather than a pile of routes, controllers, and glue (MVC is fucking old). Think “reactive graph of capabilities” that runs on servers, at the edge, and in the browser with the same mental model. No sacred cows, just steak. 🥩

Full Article: How a Web-Framework Really Should be Today

Top comments (1)

Collapse
 
homeless-coder profile image
HomelessCoder

Very interesting! Even though I'm focused on PHP, your ideas really hit home. I found some inspiration here for the modular framework I've been building. Great job on this!