Quote:
Originally Posted by Cremz
About freaking time for someone else to come up with nice nextjs websites. proud :D
quick tips:
1. combine all js/ css files, you now have a lot of requests, just bundle them up. nextjs can do that
2. don't host with vercel. you'll end up using their 1TB really fast. Use something like digital ocean, you can start with their cheap version, about 12$ per month, same easy deployment as vercel
3. Don't open the links in new tabs. keep them in the same tab and take advantage of the preload feature of nextjs links. you can have instant page switches. take a look at my site (excuse the first click, gotta have a popunder, otherwise i'll starve)
but after that navigation among pages is smooth
|
Hi, Nice to meet another nextjs dev here
Thanks for the tips

, I still don't have a lot of traffic, website still not indexed, but will start migrating from vercel when traffic goes up.
I liked your site, so fast!