You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: