Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to create effect for each element of mapArray? - SolidJS
S
SolidJS
•
3y ago
•
5 replies
vveisard
How to create effect for each element of mapArray?
Hello
,
I
'm exploring reactive patterns
, and I
'm stumped on how to create effects for elements of the result of mapArray
.
What I
've got so far
:
https://github.com/vveisard/fiddle-solid-array-effect/blob/main/src/index.ts
I
'm thinking the return type of those memos ought to be Accessor
<Array
<Accessor
<Array
>
>
>
, right
? But how do I create that structure
, and how to I create an effect that runs when the array element changes
?
GitHub
fiddle-solid-array-effect/src/index.ts at main · vveisard/fiddle-so...
Contribute to vveisard
/fiddle
-solid
-array
-effect development by creating an account on GitHub
.
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
How to have reactive getters on each element?
S
SolidJS / support
3y ago
How to set size of child element?
S
SolidJS / support
3y ago