I'm trying to wrap my head around what's the pros and cons of Pages and Workers; it seems to be that
I'm trying to wrap my head around what's the pros and cons of Pages and Workers; it seems to be that Pages are being slowly replaces/assimilated into Workers, functionality wise so I guess the way forward is to use Workers only?
related to that, I want to deploy a rather simple (to start) project - web frontend built in React and an RESTful API (maybe using Hono, maybe just raw-dogging it) and I want to have it in a monorepo, but not sure how to structure it - should I have two "packages" with their own wrangler.jsonc (that way they'll be deployed independently, right?) or is there a way how to have it all under just one package? does anyone have some links to github repos I could use as a reference? the only ones I could find so far are very basic
related to that, I want to deploy a rather simple (to start) project - web frontend built in React and an RESTful API (maybe using Hono, maybe just raw-dogging it) and I want to have it in a monorepo, but not sure how to structure it - should I have two "packages" with their own wrangler.jsonc (that way they'll be deployed independently, right?) or is there a way how to have it all under just one package? does anyone have some links to github repos I could use as a reference? the only ones I could find so far are very basic

