Hey all!
I’m looking to build something, and I’d like to know if content hubs in Ghost are the way to go. Basically, what I want is a grid filled with posts, that can then be filtered to only show specific types. So at the top there’s a menu that might say: All, Tag#1, Tag#2, Tag#3, and so forth. Tapping ‘All’ will show all posts, tapping Tag#1 will filter the grid to only show posts with Tag#1. The important part here is that I’m not navigating to a different page or anything when filtering, I am simply showing/hidden posts in a grid, based on the current filter, preferable with a nice smooth animation as the grid layout changes.
Are content hubs the best way to achieve this, in Ghost? I’m aware I might need other things to sort of animations and such, but right now I just want to make sure I’m using the correct APIs, etc.