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
Follow redux best practise where more components should be connected to the store and avoid passing data via props.
Instead pass Ids via props and have comps look up their own data in the store.
Its best practise to pass ids down to child components and have child components connected to the store to fetch their own data.
The text was updated successfully, but these errors were encountered:
Follow redux best practise where more components should be connected to the store and avoid passing data via props.
Instead pass Ids via props and have comps look up their own data in the store.
Its best practise to pass ids down to child components and have child components connected to the store to fetch their own data.
The text was updated successfully, but these errors were encountered: