skykanin
How to fetch chunks of data with createResouce?
https://playground.solidjs.com/anonymous/4ad69fb3-2580-427d-b435-860cbfe8cb53 ok so I totally missed that the fetcher is passed a
value
argument which corresponds to the old value of the createResource
signal if it has one. Then we can use value
in the fetcher to merge the old and new state.7 replies