-
ShortFormErnie Gotta be at least a few! Gatsby pregens a lot of JSON (Next.js can be set up to do the same I think) so search functions end up hitting static JSON indexes of data, which is an interesting approach, though with its own flaws.
-
ShortFormErnie The result is *super* fast, even for larger sets of data, if you set up your queries properly. Especially with the flexibility that GraphQL brings to forming a good query.