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
Perhaps this is so minimal (and such an unnecessary black box) that it should just be removed. Ideally developers would know what they are doing with store identity. Withdrawing this hook would require them to directly consider the approach they are taking. For many applications, a store created outside React altogether is a good option, for example, and eliminates any unexpected behaviours associated with store identity or initial state.
The text was updated successfully, but these errors were encountered:
The implementation of useStore is just...
Perhaps this is so minimal (and such an unnecessary black box) that it should just be removed. Ideally developers would know what they are doing with store identity. Withdrawing this hook would require them to directly consider the approach they are taking. For many applications, a store created outside React altogether is a good option, for example, and eliminates any unexpected behaviours associated with store identity or initial state.
The text was updated successfully, but these errors were encountered: