arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
732 stars 70 forks source link

Support subscribe predicates with all/watched props available #175

Open nachocodoner opened 6 years ago

nachocodoner commented 6 years ago

This PR enables to define shouldSubscribe predicates with all (no propToWatch provided) and watched props. This is attempt to solve https://github.com/arunoda/react-komposer/issues/158 issue as well.