- Notifications
You must be signed in to change notification settings - Fork27
Open
Labels
Description
some of this stuff is briefly mentioned inhttps://github.com/leeoniya/domvm#templates and easily overlooked, other stuff requires reading the code of the demos, and the rest is just plain missing. i think the list below represents a fairly thorough todo list for the docs.
does anyone have a good feel for how best to prioritize the items in terms of greatest impact?
cc @lawrence-dol@iamjohnlong@sabine@tropperstyle@e1ectronic@xz64
General:
- port patternshttps://github.com/leeoniya/domvm/wiki/View-Model-Patterns
- high-level API table to complement the dense templates rundown, à laupcoming v3 changes #147 (comment)
- stream adapters/reactivity, domvm.prop()
- walk through a third-party router integration, couple simple examples of third-party lib interop
- immutability, (as diff optimizations)
- vnodes are immutableNode level lifecycle hooks not always firing #165 (comment)
- provide answer for lack of ES6 class-views & how to get similar inheritance via
Object.assign()