skip to Main Content

Seo – Nextjs with Vue

I am using Vue and now I want to use Nextjs framework for SEO and server side rendering and more benefits. I have worked a little with React before, but I want to focus on Vue. Can I use Nextjs…

VIEW QUESTION

Reactjs – nextjs 13.5 link is refreshing page

import Link from "next/link"; import React from "react"; const Navbar = () => { return ( <div> <ul className="flex m-10 gap-10"> <Link href="/"> <li>Home</li> </Link> <Link href="/signin"> <li>SignIn</li> </Link> <Link href="/signup"> <li>SignUp</li> </Link> <Link href="/profile"> <li>Profile</li> </Link> </ul> </div> );…

VIEW QUESTION
Back To Top
Search