]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
refactor(reactivity): encapsulate reactive handlers in class (#8586)
authorWaleed Khaled <waleed1kh@outlook.com>
Tue, 22 Aug 2023 08:50:27 +0000 (11:50 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 08:50:27 +0000 (16:50 +0800)
commit02c6924bcd29cb0ede9c3e049543b3c85a714346
tree5a2bcb363d9e9192b800085e201f19017a035014
parente7d5a41758013966c3d9ce47c01f13da7d8c395a
refactor(reactivity): encapsulate reactive handlers in class (#8586)

reactive obj create has a huge positive impact (200% - 700%)
get/set reactive obj props has a small negative impact (1% - 5%)
packages/reactivity/src/baseHandlers.ts