Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
baptiste0928
Posts
Comments
S
SolidJS
•
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
S
SolidJS
•
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