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
We have instances where we are not defining what the component requires to operate. Instead of describing what the components uses, we are pulling all the data magically from the redux storage. The common pattern for this is to write a selector/filter that pulls out the data appropriately like getUser does in the image above.
The text was updated successfully, but these errors were encountered:
We have instances where we are not defining what the component requires to operate. Instead of describing what the components uses, we are pulling all the data magically from the redux storage. The common pattern for this is to write a selector/filter that pulls out the data appropriately like getUser does in the image above.
The text was updated successfully, but these errors were encountered: