After the rendering instead of receiving a string it would be nice to have an object which could be used to update the render. **Requirements** - Rendering has to be fully done by the library (creating possibility for custom render passed to TwingEnvironment) - Using existing code - [reactjs](https://reactjs.org/docs/reconciliation.html) or [vue.js](https://vuejs.org/v2/guide/reactivity.html) or [angular](https://blog.angularindepth.com/the-mechanics-of-dom-updates-in-angular-3b2970d5c03d) or [redome hard to update elements but simple](https://github.com/redom/redom/) or [googles incremental dom](https://github.com/google/incremental-dom) which would work using [Web Components](http://google.github.io/incremental-dom/#demos) //not finished (saving draft)