@poozipotti No. There are lots of patterns. My preference is to do as much as possible at build time. That might be ALL the queries. Or you might need queries made from the client direct to an API. Or a mixture of both.
Key is serving your UI statically. Enhance with JS if needed.