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
To parallel the signature of a useState hook, it would make sense to add useStateProperty which composes a value and a setter. This would guide people away from using partitions which might otherwise seem like a worthwhile approach (but has complexity and overhead when you didn't actually want to compose a whole new long-lived store). See #35
To parallel the signature of a
useState
hook, it would make sense to adduseStateProperty
which composes a value and a setter. This would guide people away from using partitions which might otherwise seem like a worthwhile approach (but has complexity and overhead when you didn't actually want to compose a whole new long-lived store). See #35A draft implementation would be this...
The text was updated successfully, but these errors were encountered: