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.
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.