/school/${topic?.id}const Row = (allTopic || []).map((topic) => { return { id: topic?.id, col1: topic?.name, col2: topic?.isDemo ? 'lock_open' : 'lock', col3: ( <CommonIconButton disabled onClick={() => push()} icon={topic?.isHidden ? 'visibility_off' : 'visibility'} /> ), col4: topic?.yearGroups?.length > 0 ? topic?.yearGroups?.map((y) => y?.shortName).join(', ') : '-', col5: topic?.subject, col6: topic?.domain?.title, col7: topic?.video }; });
https://x.com/tan_stack/status/2031128535470104577?s=20
dry-scarlet · 19h ago
https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet · 2mo 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