logoalt Hacker News

littlecranky67yesterday at 8:55 PM0 repliesview on HN

I use nextjs with static exporting (so technically no SSR). You get SEO and quick first page loads. Once the user is logged in, I use CSR only and the data loads via REST.