MCPcopy Create free account
hub / github.com/effector/effector / User

Function User

examples/serverless-ssr/src/app.tsx:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85)
86
87const User = () => <h2>{useStore($user)}</h2>
88const Friends = () => useList($friends, friend => <li>{friend}</li>)
89const Total = () => <small>Total: {useStore(friendsTotal)}</small>
90

Callers

nothing calls this directly

Calls 1

useStoreFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…