starplate
starplate copied to clipboard
Lightning fast template and view engine built on top of Incremental DOM and Babel (ES6 Templates + Incremental DOM working together)
Results
2
starplate issues
Sort by
recently updated
recently updated
newest added
When I render the element the first time by calling View.render(), it works as expected. But when I update the element's attributes by calling View.update(), only child elements are updated...
I'm still trying to wrap my head around the project, but I believe this is where the template is actually being added to the view? https://github.com/littlstar/starplate/blob/master/src/view.js#L208 If so, could it...