Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Function as signal value - SolidJS
S
SolidJS
โข
4mo ago
โข
7 replies
fewbar
Function as signal value
Using the accessor of
createSignal<null | (x:any)=>...>()
createSignal<null | (x:any)=>...>()
doesn
't work as expected
. I need to wrap the function in an array or object for it to become callable
. What
's the purpose of that behavior
?
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Passing signal value as a prop
S
SolidJS / support
11mo ago
Display relative time as signal
S
SolidJS / support
2y ago
Problems changing the value of a reactive signal returned from a function
S
SolidJS / support
2y ago