Next.js Discord

Discord Forum

useLocation in Next.jS 14

Unanswered
Large garden bumble bee posted this in #help-forum
Open in Discord
Large garden bumble beeOP
Hello, is there a useLocation from react-router-dom equivalent in Next.js 14? My react app is currently doing:
    useEffect(() => {
        setNavbarExpanded(false);
        window.scrollTo({ top: 0, behavior: "smooth" });
    }, [location]);

0 Replies