You can use @nimpl/getters for this
import { getPathname } from '@nimpl/getters/get-pathname' export default function Component() { const pathname = getPathname() return ( // ... ) }