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

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -