If you look at NextJS docs you realize it's geared more towards public facing applications like e-commerce websites. This is due its SSR capabilities. But the example app provided by Laravel for working with NextJS and Breeze/API suggests that it can be used to develop backoffice apps. The example resembles other options for scaffolding backoffice application. https://github.com/laravel/breeze-next
Could I be misusing NextJS by using it for backoffice apps?