Does Conform work with Next.js API routes? #418
Closed
deadcoder0904
started this conversation in
General
Replies: 1 comment
-
Found a couple of examples here so I guess it does work. This project specifically uses it. I just have to send |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried it with Server Actions & it works fine. But I need to use API routes in another project so I'm curious if it works with API routes?
I cannot use Server Actions because they have no way to be called outside of React so testing something like Rate Limit is impossible & I need that.
Server Actions don't work properly in Postman (I tried Hoppscotch) either.
So would love to use Conform but not sure if the APIs work with Next.js. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions