react

martinklepsch 2021-08-04T18:26:13.009700Z

@lilactown in my case the value was a relatively small map that described a db query. Another hook would use that value as input/dependency and set up a subscription based on the query. It wouldn’t change frequently at all but I also just didn’t want to implement it in “a broken way” where the change would not be picked up 🙂