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
Finding myself making a bunch of little snippets to make things work on both client and server inside the getInitialProps – it'd be great to have a place to share these modules.
Finding myself making a bunch of little snippets to make things work on both client and server inside the
getInitialProps
– it'd be great to have a place to share these modules.I'll start with one :-)
Here's a basic redirect one:
Some other ideas:
alert(...)
: that opens up a nice modal or top banner on client,console.error
's on the serverThe text was updated successfully, but these errors were encountered: