Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stackblitz/alien-signals
/ EffectNode
Interface
EffectNode
src/index.ts:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
interface
EffectNode extends ReactiveNode {
7
fn(): (() => void) | void;
8
cleanup: (() => void) | void;
9
}
10
11
interface
ComputedNode<T = any> extends ReactiveNode {
12
value: T | undefined;
Callers
2
effect
Function · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…