You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for the awesome lib.
Just wanted to ask if it is possible to not deprecate useStateAction. I might be in a weird place where I use conform (https://github.com/edmundhung/conform) for Form management (inputs, labels, accessible properties on inputs etc...) and I use next-safe-action for managing action state. conform does work with useActionState from React, however combining the two libraries allows for patterns like the following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thanks for the awesome lib.
Just wanted to ask if it is possible to not deprecate
useStateAction
. I might be in a weird place where I use conform (https://github.com/edmundhung/conform) for Form management (inputs, labels, accessible properties on inputs etc...) and I use next-safe-action for managing action state. conform does work withuseActionState
from React, however combining the two libraries allows for patterns like the following:Which is super nice from a DX standpoint! What are your thoughts? Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions