I have a 'high level' question regarding the loading of data, my simple example goes like this
The issue with this approach is that the Vue component responsible for showing the categories for that Product, has to wait for the categories to be loaded, so I can't filter, or loop through the categories before they're done.
Loading all data before An approach that's working is, I just load all the categories on page load. But what if I reach 1000 categories? Isn't it overhead to load all of them?
Looking forward to your ideas
No responses yet.