Hacker News new | ask | show | jobs
by erulabs 971 days ago
I'm a devops engineer and so am plenty comfortable building APIs, but I use next.js for front-end stuff, effectively as a more powerful "create-react-app". However, I dislike having to caution-tape over the server-side of nextjs, and I dislike having to build my own https wrapper every time etc.

Is there a good / popular front-end focused nextjs alternative that doesn't make it a massive pain in the butt to crank out a react app? Am I doomed to make my own create-react-app wrapper?