ctx react code example
Example: react ctx
ctx is a NextJS artifact.
ctx is a context object containing those properties (Source):
pathname - path section of URL
query - query string section of URL parsed as an object
asPath - String of the actual path (including the query) shows in the browser
req - HTTP request object (server only)
res - HTTP response object (server only)
err - Error object if any error is encountered during the rendering