The functional variant API cannot be optimized by the query optimizer or use collection indexes. It is intended for use in rare cases where the standard API is not sufficient.
.fn it will return the object like { ... parent: {} } when there is no parent join found, but if I add the .fn it will be like { ... primary_image: null, parent: null }. !!item.parent for example. I'd need to update them all to be !!item.parent?.id. .fn here it makes the return data cleaner, but at what cost?https://x.com/tan_stack/status/2031128535470104577?s=20
dry-scarlet · 6d ago
https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet · 3mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet · 3mo ago