Dynamically creating resources based on reactive state in Solid Store
What would be the right approach to solve this using solids reactivity?
I want to achieve the following fetch the sources (the headings in the picture attached to this message) and then fetch the entities (what is below each of the headings) belonging to each of the sources.
Inspired by the solid-realworld example I was trying to do something like this which doesn't work unfortunately: