Is it best to use Next.js along with ASP.NET Core web api if SSR is not the target? – SEO
I am looking into React framework Next.js to see if it is best match as SPA for my next application where ASP.NET Core will be backend. I have used create-react-app in the past so wanted to compare Next.js with it.…