Replies: 1 comment 2 replies
-
In a word: Prototyping. In 11 words: faster prototyping, simpler routing, and IMO a nicer API But really it comes down to personal preference :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've using Nextjs for most of my projects, mainly due to SSR and I can just use /api/ routing, with Nextjs being a very complete boiler plate.
However, in desktop app, i assume we don't need SSR, and obviously /api routes are hosted else where, may I know why are you using NextJs instead of just CRA?
Beta Was this translation helpful? Give feedback.
All reactions