I respectfully would like to make sure I understand the value add of this library because I find it super interesting and I may actually use it to speed up some deeply nested stuff I'm doing in a menu builder app, here are some questions I have...
1. If I'm building something with TanstackDB is the assumption that I fetch all my data for a user up front in flat arrays rather than nested data structures, that way I'm doing my joins on the frontend and can keep things more performant?
For example, in my current app, I fetch nested data for a Restaurant that looks like this (it's way more complicated in practice)...