workers vs pages deployment
it's been a while since i last deployed something to CF pages
but at that time CF was on the transition (i think) to merging workers and pages (and that pages will be deprecated at some point?)
my question is where should i deploy my react app, it's a purely static react app and the backend is hosted on a VPS (similar to this https://github.com/benawad/how-to-roll-your-own-auth where although the frontend is in nextjs, it doesn't use next's buitin api routes)
do i still get the free unlimited api calls and bandwidth even with workers? (as the page doesn't have any server-side functionality at all, just a place to server static HTML, etc assets)
thanks!
but at that time CF was on the transition (i think) to merging workers and pages (and that pages will be deprecated at some point?)
my question is where should i deploy my react app, it's a purely static react app and the backend is hosted on a VPS (similar to this https://github.com/benawad/how-to-roll-your-own-auth where although the frontend is in nextjs, it doesn't use next's buitin api routes)
do i still get the free unlimited api calls and bandwidth even with workers? (as the page doesn't have any server-side functionality at all, just a place to server static HTML, etc assets)
thanks!
