Replies: 1 comment
|
I tried porting Conform to Remix v3 when they first announced it last year. I didn't find it too hard as both solution just use the platform. A lot of the utilities exported from the package can be used directly there when working with form data. But it doesn't feel right if I port the exact useForm hook implementation over. Remix v3 doesn't have hooks and the paradigm is different. Hopefully I can get Conform v2 out soon then I can start playing with it more. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was wondering what conform could look like inside Remix v3, as they moved away from React. Do you already have an idea?
All reactions