question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

upcoming v3 changes

See original GitHub issue
  • views will no longer be auto-keyed by the passed-in model. it’s too surprising and i’ve had to explain it too many times. explicitly keying by the model when needed isnt all that difficult.
  • domvm.lazyList() creator & domvm.LAZY_LIST flag for creating deferred homogenous children that can reuse old vnodes without additional allocation.
  • render() will be able to return vm.node (the old vnode) to prevent/optimize redraw when no changes.
  • xlink:href support in svg
  • vm.diff() & vm.hook() will be removed in favor of what is already possible:
    • direct assignment vm.hooks = {}
    • new: vm.config({hooks:..., diff...})
    • object return {hooks: ..., diff:..., render: ...}
    • externally passing in through opts: {hooks: ..., diff: ...}
  • dist builds may be split into a separate branch, since merging and rebasing are currently a nightmare and always result in conflicts.

v3 should be ready within the next couple weeks.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:66 (39 by maintainers)

github_iconTop GitHub Comments

2reactions
leeoniyacommented, Jun 26, 2017

k guys, i have a barebones playground working. please try it. i’d like to start moving all demos into it.

https://leeoniya.github.io/domvm/

1reaction
leeoniyacommented, Jul 2, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

More details on the transition to Manifest V3
December 9, 2022 : The Manifest V2 deprecation timelines are under review and the experiments scheduled for early 2023 are being postponed. For ......
Read more >
Alhaitham Math Guide 3! Latest Changes (V3)! + ... - YouTube
0:00 3.4 Beta V3 Changes !12:46 My Thoughts On The Changes14:16 ... 32:53 Constellation Comparison 36:50 TLDR 49:38 Next Video + Outro Dendro ......
Read more >
Finally 2023 New Model Yamaha MT-15 V3 Official ... - YouTube
Finally 2023 New Model Yamaha MT-15 V3 Official launched TFT Display | New Changes Dual Channel ABS?
Read more >
Chrome's new ad-blocker-limiting extension platform will ...
Google's latest blog post details the new timeline for the transition to Manifest V3, which involves ending support for older extensions running ...
Read more >
Upcoming Livewire v3 Features and Changes - Laravel News
In this article, we'll go over those features again in case you missed the talk or want a second look.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found