React + Vite SPA
I have a simple React SPA with Vite. Wondering if I should use Pages or it's recommended to use workers for this as well? Couldn't find any examples in your docs (only for Remix, Next.js etc. not just a plain React SPA)
1 Reply
Just use Pages if you're hosting a SPA static bundle like React.