help needed for solidjs implementation of react-aria #8175
Unanswered
NaviTheCoderboi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't have an answer for you as I do not know solidjs, nor do I know if this project was last updated in a time which would help you, but have you checked out https://github.com/solidjs-community/solid-aria ? |
Beta Was this translation helpful? Give feedback.
1 reply
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 am porting react-aria to solidjs as it is really a good lib and solidjs has good performance, so it can be used for many projects. I have made some helpers like
useEffect
anduseLayoutEffect
in my code as solidjs doesn't have them, so useEffect runs after useLayoutEffect. I have ported many packages like interactions, focus,i18n, button and many others but i am stuck on form, specificallyuseFormValidationState
, it is not working as expected, i wanted to askcommitValidation
effect, i don't want to run into infinite loop typeAny help is appreciated, my work shall help solidjs ecosystem
♥
Beta Was this translation helpful? Give feedback.
All reactions