baptiste0928
baptiste0928
SSolidJS
Created by baptiste0928 on 7/29/2023 in #support
How to avoid rerenders when using refetch ?
I found reconcile in the documentation which seems to be able to diff data changes and trigger renders only on what changed, can this be used with resources ?
8 replies
SSolidJS
Created by baptiste0928 on 7/29/2023 in #support
How to avoid rerenders when using refetch ?
I already used a Suspense in my TodoList component, but since the resource contains all the todos, the whole list is re-rendered on refetch.
8 replies