Grantsu (Grantsu)
Deploying Deno as a frontend app
Hey all I'm currently working on a little personal project with a React Vite frontend running on Deno and was wondering if anyone had any recommendations on a service to use for deployment/hosting?
I have tried and successfully been able to use Deno Deploy for the front/backend but I found that the frontend part of app doesn't support browser routing which is a necessary requirement for my project. I wanted to try using another service like Vercel but it seems like it doesn't support the Deno runtime for non-API applications at the moment.
It seems like so far it might just be easier to go back to using npm/yarn for my frontend, while only using Deno for my backend web server, but I wanted to see if anyone out there had any suggestions. Thanks!
1 replies