Hacker News new | ask | show | jobs
by dsego 422 days ago
This reminds me of the venerable backbone js library. https://backbonejs.org/#View

There is also a github repo that has examples of MVC patterns adapted to the web platform. https://github.com/madhadron/mvc_for_the_web

1 comments

I would love to see a new take on backbone in the modern web without any jQuery integration. I genuinely miss how easy and powerful backbone views are.