Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lucifier129/react-lite
/ index.js
File
index.js
examples/simple/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
if
(typeof requestAnimationFrame ===
'undefined'
) {
2
window.requestAnimationFrame = fn => setTimeout(fn, 100 / 6)
3
window.cancelAnimationFrame = id => clearTimeout(id)
4
}
Callers
nothing calls this directly
Calls
3
COUNT
Function · 0.85
update
Function · 0.70
render
Method · 0.45
Tested by
no test coverage detected