[V14] Collections Yay or Nay?!
# package-development
w
Has anyone done anything with Collections yet in V14 ? I am just trying to see if I need to go all in on this concept or not.. I am having a table of stuff that can be sorted and the examples that I found are using collections is the media section/workspace view where files in a folder are listed (change from grid to list) then these can be sorted. Also the blue action bar that appears when you select one or more items, seems to be tightly coupled to collections AFAIK
So question is if I go down this route, what plumbing/scaffolding of stuff do I need to do?
m
I’ve played with it but decided to not continue down that path, it seemed very smart but was overkill for the use case I had. I would recommend trying it and then making your own simple variant to compare.
w
Yeh and then it seems I need to keep adding more and more stuff to opt into this approach.
Will see how I feel tomorrow…
2 Views