Adding refine onto existing nextjs13 app?
I am currently overhauling the admin screens of my app. The admin screens live inside my web app at the url
I see in the docs that it recommendeds to start from scratch (https://refine.dev/docs/router-integrations/next-js/#basic-usage) so that Refine configures everything properly.
Is Refine not the right tool for this job?
app.nameofapp.com/adminI see in the docs that it recommendeds to start from scratch (https://refine.dev/docs/router-integrations/next-js/#basic-usage) so that Refine configures everything properly.
Is Refine not the right tool for this job?
Refine provides router bindings and utilities for Next.js. This package will provide easy integration between Refine and Next.js for both existing projects and new projects without giving up the benefits of Next.js.

