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
Is there an appropriate way to integrate effects in a profunctor or is this a complete orthogonal concept? Example: Suppose I want to log when a value is set.
The text was updated successfully, but these errors were encountered:
I would say it's an orthogonal concept. useProfunctorState should give you the same type of powers that useState does, but not more. E.g. is there a way to log when a value is set, using useState hook?
Is there an appropriate way to integrate effects in a profunctor or is this a complete orthogonal concept? Example: Suppose I want to log when a value is set.
The text was updated successfully, but these errors were encountered: