Mr Void
Explore posts from serversPrevent re-rendering many components when object in store-array is updated
I've tried this now, but it fails to render based on the changes.
I've come to a point where I need to update multiple properties at once and using signals for each property seems like a bad-practice 🤔
17 replies
Prevent re-rendering many components when object in store-array is updated
Tried doing it this way, assigning state getter/setter to the card objects within store. It elimiates the need to iterate over collections and cards, and doesn't cause re-rendering for other card objects 🤔
17 replies
Prevent re-rendering many components when object in store-array is updated
@REEEEE Think it's a good idea to apply states to the cards as in the following example?
https://www.solidjs.com/tutorial/stores_nested_reactivity?solved
perhaps 🤔 then, It would be simpler to manage the state of each?
17 replies