Hey everyone! So I’m not sure if this question is going to make sense, but I want to create an application that allows the user to select a dynamic number of inputs, all of which add lines to the same chart. I was about to start writing an all in one component for the input logic, with a button in the specific application to add or subtract them. I was just wondering how the callback logic for them would work? Would each component effectively create the same logic if there are a few that are instantiated in the layout? Not sure if that makes sense but there’s a decent chunk of logic that goes into “waterfalling” the callbacks for each subsequent option within each AIO, so I would prefer that that logic not be duplicated many times if that makes sense? Thanks in advance
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Can you use AIO components in an AIO component? | 5 | 1333 | December 9, 2024 | |
Experience with using python-only composed components? | 7 | 578 | March 1, 2022 | |
AIO Components with pattern-matching callbacks | 0 | 229 | June 17, 2023 | |
AIO_Components in Flask App with multiple dash apps inside | 3 | 350 | August 25, 2023 | |
Should I move a callback from an AIO component to the parent app due to performance when many AIOs update at the same time? | 4 | 678 | January 27, 2022 |