WIP docs
See original GitHub issuesome of this stuff is briefly mentioned in https://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 patterns https://github.com/leeoniya/domvm/wiki/View-Model-Patterns
- high-level API table to complement the dense templates rundown, à la https://github.com/leeoniya/domvm/issues/147#issuecomment-307530884
- 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 immutable https://github.com/leeoniya/domvm/issues/165#issuecomment-314411305
- provide answer for lack of ES6 class-views & how to get similar inheritance via
Object.assign()
Issue Analytics
- State:
- Created 6 years ago
- Comments:52 (24 by maintainers)
Top Results From Across the Web
Protect your enterprise data using Windows Information ...
Windows Information Protection (WIP), previously known as enterprise data protection (EDP), helps to protect against this potential data leakage ...
Read more >windows-itpro-docs/limitations-with-wip.md at public - GitHub
This is used for contributions to the Windows 10 content for IT professionals on docs.microsoft.com. - windows-itpro-docs/limitations-with-wip.md at public ...
Read more >Docs: Create a separate page for General project settings ...
WIP : Docs: Create a separate page for General project settings ... Link docs to and from the higher-level index page, plus other...
Read more >How to share WIP document? - Google Drive Community
How to share WIP document? I have a word document that I want to share with my team: I want them to be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍
👍
eh. domvm is meant for a technical audience. personally, i always want examples first and docs second, only if the examples already “felt right”. the index is an entire extra screen of scrolling.
Yeah, maybe a bit.
However, i like that they’re distinctively-named since they have different args and vms have corresponding
vm.mount()
andvm.unmount()
methods that can be invoked directly, whereas vnodes do not. It would likely help with tracking down user bug reports since i dont have to ask for clarification about whichwillInsert
hook they’re talking about, especially if there are simultaneously both vm-level and node-level hooks in the same view.