You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I must confess, I did't get rid how to properly set optimistic data in order that React re-renders the data without SWR callling the api. I mutate the key with optimistic data (options) but without data (undefined), because the endpoint returns NO_CONTENT. However, React does not re-renders the optimistic data. Any hints?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am trying to set optimistic data in React, before calling my api, here is my code:
I must confess, I did't get rid how to properly set optimistic data in order that React re-renders the data without SWR callling the api. I mutate the key with optimistic data (options) but without data (undefined), because the endpoint returns NO_CONTENT. However, React does not re-renders the optimistic data. Any hints?
Beta Was this translation helpful? Give feedback.
All reactions