Documentation around usage with Core #1329
Unanswered
EfstathiadisD
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you explain your needs more in depth? Why vanilla JS? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the need of the Form and Field Classes so I can use them outside of React!
I have 2 major problems implementing a solution and proposing to the broader team at my company:
Don't get me wrong it works and in serves me well up to a point in order to save me from writing my own but:
Any help would be appreciated in those areas! Even if it is some code here! Especially in TSLand since passing 19 anys for generics isn't possible!
To be a bit more helpful we have the need to move all logic outside the React lifecycle in JS Classes.
We want our own store and it works great with useSyncExternalStore. We have move all non form usages but handling forms is difficult.
I can write our own implementation of a FormController but I would prefer to use this lib. Especially since with the adapters the work is minimal.
I don't mind the FormController using this underneath. I just have lots of questions and TS Issues! Thanks for the hard work!
Beta Was this translation helpful? Give feedback.
All reactions