New Node.js package: shared-views
So, you render a page and give it to the browser. Then, you want to update parts of it as a result of changing data model.Do you:Have your jQuery update just the relevant divs, coupling your ui update code to your template layout? Re-write your views again in a js-friendly template language...