Skip to content

Is there a store-like type of memo? If not, what's a better workaround? #2101

Answered by atk
Daniel-Khodabakhsh asked this question in Q&A
Discussion options

You must be logged in to vote

There is https://solid-primitives.netlify.app/package/static-store that is only reactive on one level and does not handle adding or removing properties.

However, you can also just use multiple signals and put the accessors in an object or tuple.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Daniel-Khodabakhsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants