server-components-demo
server-components-demo copied to clipboard
Using react-fetch on client
It seems using react-fetch purely on the client side (with all react versions on 0.0.0-experimental-3310209d0
) it doesn't match what you see on the server, I get promises that aren't unwrapped.
It has a .browser
version but I don't see any example usage on client, so will just leave this open for further information on if this is intended to work.
Can you clarify what you’re seeing? I think I tried it and it worked as I expected but might have missed something.