reactjs - What data should be held in the Redux Store -
currently working on learning react , redux. question content should storing in redux data tree?
for example, there 3 different pages:
- contacts
- posts
- comments
now each of pages above pulling necessary data database. suppose load in of data @ once, , keep in store (even if on separate page)? or suppose load in necessary pieces of data specific page in store, , still keep other fields in store, make them empty?
Comments
Post a Comment