Hacker News new | ask | show | jobs
by vimota 2234 days ago
We built https://indieshops.co on nuxt.js and then used next.js for https://vimota.me (my personal site) and https://referrist.com/:

Our experience was that nextjs was way more reliable (had to restart the nuxtjs local server every couple page loads), had much much better support for typescript, and had a more active community and ecosystem which led to questions being answered more easily and things improving at a quicker rate as well.

That being said, I think it's great to have competition and hope Nuxtjs continues to do their thing! I'm particularly excited about the new frameworks being built on top of or adjacent to nextjs (Blitzjs, Redwood, Remix).