Fix TanstackFrom after migration from `Router` to `Start`
Hey! I updated my app to use Start instead of router, but my forms work anymore.
Before I would post to my Hono backend (different port) using orpc, I expect the same to happen right now
I might add my Tanstack Start server in between, but for now I wanted to continue with the same SPA approach. What's wrong? I get a full page reload? I thought preventDefault would stop it
0 Replies