async-props
async-props copied to clipboard
Rename loadContext to Context?
trafficstars
It feels weird doing loadContext.user wouldn't it make more sense if it was just context.user?
Don't want to confuse it with react's context.
But ... yeah I could pretty easily be persuaded to just call it context.
I think it's pretty clear that it's not from react since you have to pass it in to loadPropsOnServer. It feels so weird accessing it this way haha