Render partial change (Solidjs)
Is it possible to use
Store
(createStore
) as the source of data and reactively track the partial changes?
I did not find a way to make it work.
There are samples only with createSignal
. In this case, rendering happens only when you replace the whole table data.
Thanks.0 Replies