Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ createReactive
Function
createReactive
tech-study.js:1145–1147 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
1143
* @returns
1144
*/
1145
const
createReactive = (target) => {
1146
return
createReactiveObj(target, false, false);
1147
};
1148
/**
1149
* @description 顶层 reactive
1150
* @param target
Callers
1
reactive
Function · 0.70
Calls
1
createReactiveObj
Function · 0.70
Tested by
no test coverage detected