Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Export variable - SolidJS
S
SolidJS
โข
2y ago
โข
5 replies
xql
Export variable
const [next, setNext] = createSignal(false);
export {next}
const [next, setNext] = createSignal(false);
export {next}
If I export a variable like next it
's exported as promise
How can I export variable like a variable
?
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
export route = {}
S
SolidJS / support
17mo ago
Track Variable Changes
S
SolidJS / support
4y ago
with-auth unused export
S
SolidJS / support
4y ago