Is there any JS framework that provides two-way binding with server-side rendered htmls? Like Angular/Ember but instead of rendering html at client-side only update server-side generated html.
I like to keep html pages viewable without JS and only use JS to make them interactive. I'm using jQuery right now but manual pulling and pushing data from and to view is cumbersome.