I am new to Lightning and running into issues when dynamically creating a page full of lists, carousels, and other widgets with typescript. Essentially, I want to have a page’s layout be dynamic based on a response, meaning different lists and carousels and widgets with different data that are all scrollable. Would it be best to put these dynamic lists/carousels/widgets into a list that is a column direction? Or is there a better way to implement this?
What is the best way to dynamically supply a list/carousel/widget component with the items it will display? The documentation is lacking here (or I cannot find the right section), and I cannot seem to find a good solution to do this. For example, I have a several customized list and carousel components. How do I dynamically load content into them from another file that got the response? I cannot seem to do this in the template where it seems to want me to do it, and it seems that the other methods I am trying throws errors.
Just trying to learn best practices/how to use Lightning!