So I was interested in using Hono as my api handler instead of using nextjs but i got to thinking, i

So I was interested in using Hono as my api handler instead of using nextjs but i got to thinking, if i'm running nextjs on cloudflare pages, won't my route handlers run directly on cloudflare workers? So is there any benefit to replacing the built in api handlers with Hono other than convenience and portability? I don't plan on hosting my backend separately unless i really had to and the organization is whatever i'll get used to the file based routing.
Was this page helpful?