View Single Post
Old 03-31-2021, 05:21 AM  
Cremz
Confirmed User
 
Industry Role:
Join Date: Jun 2009
Posts: 245
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
__________________
I run Babe Stare - always looking for trades and business opportunities
I am a software engineer - Ruby and JavaScript - ask me for help or hire me
Cremz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote