Replies: 1 comment
-
It is not impossible but it would be quite hard to justify whether the complexity to re-implement HTML form and the corresponding DOM APIs worth the effort. This will includes:
It would be fun to explore this one day but it's unlikely a priority for me until the project is at a more mature stage. |
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
-
Hi! I love the DX of conform with remix, and would like to use it outside of web-based React. However, I am currently working in two different environments where working work conform is near-impossible because they are not web/html-based or because I am must use form components that do not expose fields like
id
. I think the main bottleneck here is the fact that there is noid
field, which conform relies on. Would you be open to the idea of making conform platform-agnostic? For instance by using react context instead of form ids. Aside from this I think there is not much else that would be required - equivalents forgetFormProps
in other languages would be easy for users to make themselves etcBeta Was this translation helpful? Give feedback.
All reactions