Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Override Marionette Views to integrate incremental-dom #26

Open
ahumphreys87 opened this issue Mar 13, 2016 · 0 comments
Open

Override Marionette Views to integrate incremental-dom #26

ahumphreys87 opened this issue Mar 13, 2016 · 0 comments
Milestone

Comments

@ahumphreys87
Copy link
Member

Incremental DOM rendering has many performance benefits over marionette's standard approach. We should look to override the render method of each marionette view to render using incremental-dom.

[ ] View - render.
[ ] CollectionView - render, filtering (sorting can be removed as you may as well just re-render).
[ ] LayoutView - render, attach regions to elementPlaceholders.
[ ] ItemView - render.

We will make use of the handlebars-idom convertor here: https://github.com/ahumphreys87/handlebars-idom

@ahumphreys87 ahumphreys87 modified the milestone: 3.0.0 Dec 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant