Recently encountered with below question. please let me know what can be done.
Developer needs to create a new component called component 'X'. Component 'X' must show a list of all components that all have a resource type of existing Component 'Y'. Component 'X' must render this list of tiles for each Component 'Y' where tile rendering is different from default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality ?