I have a situation where I fetch something some the database, do some calculation, and end up with a big list that I want to broadcast to multiple components in the layout. The only obvious way I can think of is something like:
I recommend using a dcc.Store as the output and then adding a clientside callback with the store as the input and the “comp1”, “comp2”, “comp3” as the outputs. See example: