Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ shallowReactive
Function
shallowReactive
tech-study.js:1153–1155 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
1151
* @returns
1152
*/
1153
const
shallowReactive = (target) => {
1154
return
createReactiveObj(target, false, true);
1155
};
1156
/**
1157
* @description reactive
1158
* @param val
Callers
1
tech-study.js
File · 0.70
Calls
1
createReactiveObj
Function · 0.70
Tested by
no test coverage detected