Commit 4d40e96
Backport some v11 optimizations (#4967)
* refactor(children): remove redundant assignment to childVNode (#4951)
* refactor(children): remove redundant assignment to childVNode
* refactor(children): use key instead of childVNode.key
---------
Co-authored-by: Ali Garajian <[email protected]>
* refactor(diff): no need to reset props and context when creating component (#4954)
* refactor(children): remove redundant assignment to childVNode
* refactor(children): use key instead of childVNode.key
* refactor(diff): no need to reset props and context when creating component
---------
Co-authored-by: Ali Garajian <[email protected]>
* refactor(children): remove redundant assignment to oldVNode (#4956)
Co-authored-by: Ali Garajian <[email protected]>
* refactor(diff): set oldProps default value on declaration (#4959)
---------
Co-authored-by: Ali Garajian <[email protected]>
Co-authored-by: Ali Garajian <[email protected]>1 parent 7b74b40 commit 4d40e96
2 files changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | 238 | | |
240 | 239 | | |
241 | 240 | | |
| |||
426 | 425 | | |
427 | 426 | | |
428 | 427 | | |
429 | | - | |
| 428 | + | |
430 | 429 | | |
431 | 430 | | |
432 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | | - | |
118 | 116 | | |
119 | 117 | | |
120 | 118 | | |
| |||
417 | 415 | | |
418 | 416 | | |
419 | 417 | | |
420 | | - | |
| 418 | + | |
421 | 419 | | |
422 | 420 | | |
423 | 421 | | |
| |||
487 | 485 | | |
488 | 486 | | |
489 | 487 | | |
490 | | - | |
491 | | - | |
492 | 488 | | |
493 | 489 | | |
494 | 490 | | |
| |||
0 commit comments