Replies: 2 comments
|
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. |
0 replies
|
As a companion to this. Are there any guidelines around how you could integrate conform with web components? I started to explore them and how they dffer from traditional framework ones and started finding there were maybe quite a few hoops to jump through. |
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.
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 noidfield, 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 forgetFormPropsin other languages would be easy for users to make themselves etcAll reactions