← all publishers

lukasa1993

@lukasa1993 source repo

241 published skills · page 2 of 3

  1. Tanstack Router Core Data Loading · lukasa1993 bundle
    Route loader option, loaderDeps for cache keys, staleTime/gcTime/ defaultPreloadStaleTime SWR caching, pendingComponent/pendingMs/ pendingMinMs, errorComponent/onError/onCatch, beforeLoad, router context and createRootRouteWithContext DI pattern, router.invalidate, Await component, deferred data loading with unawaited promises.
    0
    installs
  2. Tanstack Svelte Table Table State · lukasa1993 bundle
    Use Svelte 5 rune-aware table atoms and stores, $derived projections, reactive option getters, controlled $state or createTableState slices, external atoms, and auto-reset behavior without broad invalidation or snapshot mismatches.
    0
    installs
  3. Tanstack Table Core API Not Found · lukasa1993 bundle
    Diagnose missing TanStack Table v9 exports, options, state slices, and instance methods. Load before inventing an API when code sees a type error, undefined feature method, absent object key, adapter mismatch, or v8-shaped example.
    0
    installs
  4. Tanstack Table Core Cell Spanning · lukasa1993 bundle
    Merge adjacent body cells with cellSpanningFeature: value-based rowSpan opt-in per column via spanRows, per-row colSpan via spanColumns, and the covered-cell convention where a span of 0 means skip the cell. Load for merged data grids, spans that disappear after sorting or paginating, ragged table rows, or a cell that unexpectedly merges down the whole tbody.
    0
    installs
  5. Tanstack Table Core Column Sizing · lukasa1993 bundle
    Use columnSizingFeature numeric size, minSize, maxSize, getSize, getStart, getAfter, and total-size APIs in table, grid, or flex CSS. Load for auto or percentage misconceptions and sizing/pinning layout mismatch.
    0
    installs
  6. Tanstack Table Core Row Selection · lukasa1993 bundle
    Maintain rowSelection ID state with stable getRowId, single, multi, subrow, and Shift-range rules, selected row models, handler anchors, and manual-pagination semantics. Load when implementing getToggleSelectedHandler, enableRowRangeSelection, selectChildren, deselectParents, or selected IDs that outlive loaded Row objects.
    0
    installs
  7. Tanstack Angular Table Table State · lukasa1993 bundle
    Use Angular-signal-backed table.atoms, direct template reads, computed selectors, controlled signals, value-or-updater callbacks, and external Angular Store atoms while accounting for injectTable initializer reruns.
    0
    installs
  8. Tanstack Charts Prepare Chart Data · lukasa1993 bundle
    Order, aggregate, derive, and transform application rows for TanStack Charts while preserving semantic units and lineage. Load for stacks, bins, groups, rolling windows, ranks, regression, hierarchy, missing values, or reactive transform work.
    0
    installs
  9. Tanstack Lit Table Getting Started · lukasa1993 bundle
    Create a TanStack Lit Table v9 table with a stable TableController host field, explicit tableFeatures, controller.table(options, selector) during render, and headless Lit templates. Load for first-table setup, TableController lifecycle, FlexRender, or adapting a React example to Lit.
    0
    installs
  10. Tanstack Markdown Octane Rendering · lukasa1993 bundle
    Render Markdown source or a MarkdownDocument with @tanstack/markdown/octane using Markdown, renderMarkdownOctane, ComponentBody replacements, TSRX, and octane/server static SSR. Load for Octane descriptors, custom emitted tags, pre-parsed documents, SSR return values, or renderer parity.
    0
    installs
  11. Tanstack Router Core Search Params · lukasa1993 bundle
    validateSearch, search param validation with Zod/Valibot/ArkType adapters, fallback(), search middlewares (retainSearchParams, stripSearchParams), custom serialization (parseSearch, stringifySearch), search param inheritance, loaderDeps for cache keys, reading and writing search params.
    0
    installs
  12. Tanstack Table Core Cell Selection · lukasa1993 bundle
    Select, add, and subtract rectangular cell ranges with cellSelectionFeature: ordered include/exclude operations keyed by row and column id, modifier dragging, final positive bounds, selection edges, render-order resolution under pinning, and autoResetCellSelection. Load for spreadsheet-style selection, “select all except” behavior, unexpected range changes after sorting or reordering, drag performance, or copy-to-clipboard.
    0
    installs
  13. Tanstack Table Core Column Pinning · lukasa1993 bundle
    Pin columns into logical start, center, and end regions with columnPinningFeature and renderer-owned sticky CSS. Load for RTL offsets, z-index, backgrounds, overflow, widths, gaps, or overlaps.
    0
    installs
  14. Tanstack Table Core Table Features · lukasa1993 bundle
    Register TanStack Table v9 tableFeatures, feature plugins, create*RowModel factories, and function registries in prerequisite order. Load when an option, state slice, or instance API is missing, or when choosing explicit features versus stockFeatures.
    0
    installs
  15. Tanstack Vue Table Getting Started · lukasa1993 bundle
    Create a Vue TanStack Table v9 table with useTable, explicit tableFeatures, stable columns/features, reactive ref or computed data, and Vue FlexRender without destructuring reactive snapshots.
    0
    installs
  16. Tanstack AI Core Client Persistence · lukasa1993 bundle
    Browser chat persistence on useChat / ChatClient: localStoragePersistence, sessionStoragePersistence, indexedDBPersistence. Client-authoritative (adapter, full transcript) vs server-authoritative (persistence: true, no client cache). Reload restore, pending interrupts, mid-stream rejoin with delivery durability. Use for SPA reload durability — NOT server history alone. Also covers generation hooks (useGenerateImage etc.), which take only the server-driven mode: persistence: true hydrates the last generation for the (REQUIRED) threadId from the server on mount and repaints status/result/error, nothing is cached in the browser. No extra package: the adapters ship in the framework packages.
    0
    installs
  17. Tanstack AI Core Structured Outputs · lukasa1993 bundle
    Type-safe JSON schema responses from LLMs using outputSchema on chat() and useChat(). Supports Zod, ArkType, and Valibot schemas. The adapter handles provider-specific strategies transparently — never configure structured output at the provider level. Pass stream:true alongside outputSchema for incremental JSON deltas + a completed typed object via the `structured-output.complete` event. Each successfully completed structured-output run adds a typed `StructuredOutputPart` to message history. partial/final derive from the most recent structured-output part after the latest user message. convertSchemaToJsonSchema() for manual schema conversion.
    0
    installs
  18. Tanstack Lit Table Migrate V8 To V9 · lukasa1993 bundle
    Complete Lit v8-to-v9 migration reference: TableController construction, explicit features and row-model slots, selected/atom state, FlexRender, createTableHook, type generics, prototype methods, sorting, sizing, selection, and logical pinning.
    0
    installs
  19. Tanstack Markdown Custom Extensions · lukasa1993 bundle
    Implement MarkdownExtension block parsers, inline and document transforms, HTML hooks, and portable ComponentNode output. Load when adding deterministic custom syntax or rendering behavior across HTML, React, and Octane.
    0
    installs
  20. Tanstack Router Core Code Splitting · lukasa1993 bundle
    Automatic code splitting (autoCodeSplitting), .lazy.tsx convention, createLazyFileRoute, createLazyRoute, lazyRouteComponent, getRouteApi for typed hooks in split files, codeSplitGroupings per-route override, splitBehavior programmatic config, critical vs non-critical properties.
    0
    installs
  21. Tanstack Table Core Column Faceting · lukasa1993 bundle
    Build faceted filter UIs with columnFacetingFeature, facetedRowModel, facetedUniqueValues, and facetedMinMaxValues. Load for facet counts, numeric ranges, own-filter exclusion, or server-page facet completeness.
    0
    installs
  22. Tanstack Table Core Column Ordering · lukasa1993 bundle
    Control TanStack Table v9 leaf columnOrder with stable IDs while accounting for pinning regions, visibility, and groupedColumnMode precedence. Load for drag-and-drop columns or rendered order that differs from state.
    0
    installs
  23. Tanstack Table Core Column Resizing · lukasa1993 bundle
    Wire columnResizingFeature, header.getResizeHandler, resize mode and direction, pointer or touch events, and performant CSS-variable updates. Load when resize state changes but widths do not, or large tables resize slowly.
    0
    installs
  24. Tanstack Table Core Custom Features · lukasa1993 bundle
    Author a TanStack Table v9 feature plugin across every FeatureMap and API installation surface: state, options, column definitions, table, column, row, cell, header, row-model functions/caches, defaults, prototypes, and table/row/column instance data lifecycles. Load for initTableInstanceData, resetTableInstanceData, constructTableAPIs, or reusable behavior not covered by built-ins, meta, or option composition.
    0
    installs
  25. Tanstack Vue Table Migrate V8 To V9 · lukasa1993 bundle
    Complete Vue v8-to-v9 migration reference: useTable, explicit features and row-model slots, ref/atom state, FlexRender shorthand, prototype methods, type generics, sorting, sizing, selection, and logical pinning.
    0
    installs
  26. Tanstack CLI Add Addons Existing App · lukasa1993 bundle
    Apply integrations to existing projects with tanstack add, including add-on id resolution, dependency chains, option prompts, and .cta.json project metadata preconditions.
    0
    installs
  27. Tanstack Ember Table Getting Started · lukasa1993 bundle
    Create a TanStack Ember Table v9 table with useTable, a tracked options thunk, stable tableFeatures and columns, .gts templates, FlexRenderCell/Header/Footer, and correctly bound template helpers. Load for first-table setup, Glimmer reactivity, component cell renderers, or adapting another framework's example to Ember.
    0
    installs
  28. Tanstack Lit Table Create Table Hook · lukasa1993 bundle
    Create a reusable Lit useAppTable/createAppColumnHelper layer with host-backed controllers, shared features/defaults, typed cell/header renderers, App wrappers, and useTableContext for custom-element controls. Load when multiple Lit tables share infrastructure or prop drilling obscures table context.
    0
    installs
  29. Tanstack React Table Getting Started · lukasa1993 bundle
    Create and render a TanStack React Table v9 table with useTable, tableFeatures, stable data and columns, row/header models, and table.FlexRender. Load for a first React table, headless rendering, or when v8 useReactTable examples are producing the wrong setup.
    0
    installs
  30. Tanstack Router Core Auth And Guards · lukasa1993 bundle
    Route protection with beforeLoad, redirect()/throw redirect(), isRedirect helper, authenticated layout routes (_authenticated), non-redirect auth (inline login), RBAC with roles and permissions, auth provider integration (Auth0, Clerk, Supabase), router context for auth state.
    0
    installs
  31. Tanstack Solid Table Getting Started · lukasa1993 bundle
    Create a Solid Table v9 table with createTable, explicit tableFeatures, reactive data getters, stable static inputs, and Solid JSX/FlexRender. Load when starting a Solid table, replacing createSolidTable, or adapting React examples.
    0
    installs
  32. Tanstack Table Core Client Vs Server · lukasa1993 bundle
    Choose client or server ownership for filtering, grouping, sorting, expanding, and pagination in TanStack Table v9. Load for manual* flags, mixed pipelines, server counts, or deciding which dataset each row-model stage receives.
    0
    installs
  33. Tanstack Table Core Column Filtering · lukasa1993 bundle
    Filter columns with columnFilteringFeature, filteredRowModel, filterFns, filterMeta, nested-row direction, and manualFiltering. Load for accessor compatibility, controlled filter updaters, fuzzy metadata, or client/server ownership.
    0
    installs
  34. Tanstack Table Core Global Filtering · lukasa1993 bundle
    Apply globalFilter across eligible columns with globalFilteringFeature, columnFilteringFeature, filteredRowModel, globalFilterFn, and manual server filtering. Load when columns unexpectedly participate or a global filter changes state without changing rows.
    0
    installs
  35. Tanstack Table Core Migrate V8 To V9 · lukasa1993 bundle
    Perform a complete TanStack Table v8-to-v9 migration audit: feature registration, row-model and function-registry slots, state/store changes, prototype methods, column pinning and resizing renames, sorting and selection semantics, removed internals, helpers, meta typing, and generic changes. Load this shared inventory before the installed framework adapter's migration skill.
    0
    installs
  36. Tanstack Vue Table Create Table Hook · lukasa1993 bundle
    Create a reusable Vue useAppTable/createAppColumnHelper with shared features/defaults, reactive per-table options, optional component registries, dynamic App wrappers, typed context hooks, and explicit types that break circular inference.
    0
    installs
  37. Tanstack Alpine Table Getting Started · lukasa1993 bundle
    Create an Alpine TanStack Table v9 table with createTable, explicit tableFeatures, Alpine.reactive data getters, x-for rendering, and FlexRender through x-html. Load for first-table setup, reactive options, or when nested Alpine directives rendered by x-html do not initialize.
    0
    installs
  38. Tanstack DB Core Mutations Optimistic · lukasa1993 bundle
    collection.insert, collection.update (Immer-style draft proxy), collection.delete. createOptimisticAction (onMutate + mutationFn). createPacedMutations with debounceStrategy, throttleStrategy, queueStrategy. createTransaction, getActiveTransaction, ambient transaction context. Transaction lifecycle (pending/persisting/completed/failed). Mutation merging. onInsert/onUpdate/onDelete handlers. PendingMutation type. Transaction.isPersisted.
    0
    installs
  39. Tanstack Octane Table Getting Started · lukasa1993 bundle
    Create an @tanstack/octane-table v9 table with useTable, tableFeatures, stable inputs, TSRX component bodies, keyed @for rendering, and FlexRender. Load when starting an Octane table or translating a React/Preact example without changing its behavior.
    0
    installs
  40. Tanstack Offline Transactions Offline · lukasa1993 bundle
    Offline transaction support for TanStack DB. OfflineExecutor orchestrates persistent outbox (IndexedDB/localStorage), leader election (WebLocks/ BroadcastChannel), retry with backoff, and connectivity detection. createOfflineTransaction/createOfflineAction wrap TanStack DB primitives with offline persistence. Idempotency keys for at-least-once delivery. Graceful degradation to online-only mode when storage unavailable. React Native support via separate entry point.
    0
    installs
  41. Tanstack Preact Table Getting Started · lukasa1993 bundle
    Create a native @tanstack/preact-table v9 table with useTable, tableFeatures, stable inputs, row/header models, and Preact FlexRender helpers. Load when starting a Preact table or replacing @tanstack/react-table through preact/compat.
    0
    installs
  42. Tanstack React Table Migrate V8 To V9 · lukasa1993 bundle
    Perform a complete @tanstack/react-table v8-to-v9 migration: hook and feature architecture, row-model slots, React state and subscriptions, rendering, composable tables, type helpers, and every shared API rename and semantic change. Use for migration plans, implementation, or audits. Treat useLegacyTable only as a deprecated temporary bridge.
    0
    installs
  43. Tanstack Solid Table Migrate V8 To V9 · lukasa1993 bundle
    Perform a complete @tanstack/solid-table v8-to-v9 migration: createTable, explicit features and row-model slots, getter-based Solid reactivity, atom state, rendering, composable tables, type helpers, and every shared API rename and semantic change. Use for migration plans, implementation, or audits.
    0
    installs
  44. Tanstack Start Client Core Start Core · lukasa1993 bundle
    Core overview for TanStack Start: tanstackStart() Vite plugin, getRouter() factory, root route document shell (HeadContent, Scripts, Outlet), client/server entry points, routeTree.gen.ts, tsconfig configuration. Entry point for all Start skills.
    0
    installs
  45. Tanstack Svelte Table Getting Started · lukasa1993 bundle
    Create a Svelte 5 TanStack Table v9 table with createTable, explicit tableFeatures, rune-backed data getters, stable static inputs, FlexRender, and headless markup. Load when replacing createSvelteTable or pre-rune patterns.
    0
    installs
  46. Tanstack Table Core Column Visibility · lukasa1993 bundle
    Hide columns with columnVisibilityFeature while rendering visibility-aware header, column, and cell collections. Load when hidden columns remain in the DOM, false-versus-absent state is confused, or enableHiding is misunderstood.
    0
    installs
  47. Tanstack AI Core Adapter Configuration · lukasa1993 bundle
    Provider adapter selection and configuration: openaiText, anthropicText, geminiText, ollamaText, grokText, groqText, openRouterText, bedrockText, byteplusText, openaiCompatible. Per-model type safety with modelOptions, reasoning/thinking configuration, runtime adapter switching, extendAdapter() for custom models, createModel(). Generic OpenAI-compatible providers (DeepSeek, Together, Fireworks, etc.) via openaiCompatible({ baseURL, apiKey, models }) from @tanstack/ai-openai/compatible. API key env vars: OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY/GEMINI_API_KEY, XAI_API_KEY, GROQ_API_KEY, OPENROUTER_API_KEY, OLLAMA_HOST, BEDROCK_API_KEY (or AWS_BEARER_TOKEN_BEDROCK). BytePlus needs TWO keys: ARK_API_KEY (ModelArk — chat/video/image) and BYTEPLUS_VOICE_API_KEY (Seed Speech — TTS/transcription); neither is a fallback for the other.
    0
    installs
  48. Tanstack Angular Table Getting Started · lukasa1993 bundle
    Create an Angular TanStack Table v9 table with injectTable inside injection context, explicit stable tableFeatures and columns, signal-backed data, and FlexRender structural directives or helpers.
    0
    installs
  49. Tanstack Charts Extend Tanstack Charts · lukasa1993 bundle
    Implement TanStack Charts custom marks, scale-value contracts, final-bounds layouts, renderer-neutral scene nodes, renderers, hosts, controls, or composed views after built-in primitives are exhausted.
    0
    installs
  50. Tanstack Charts Ship Accessible Charts · lukasa1993 bundle
    Ship TanStack Charts with meaningful accessibility, deterministic SSR and hydration, correct adapter lifecycle, renderer and export choices, exact package subpaths, and explicit React Native validation.
    0
    installs
  51. Tanstack DB Skills Tanstack DB Schemas · lukasa1993 bundle
    Schema validation and type transformations in TanStack DB. Use for validation, TInput/TOutput types, transformations, defaults, and error handling.
    0
    installs
  52. Tanstack Ember Table Create Table Hook · lukasa1993 bundle
    Share TanStack Ember Table v9 features, row-model slots, defaults, and inferred column helpers with createTableHook, createAppTable, createAppColumnHelper, and appFeatures. Load for recurring Ember table conventions, per-table overrides, or confusion with component/context registries from other adapters.
    0
    installs
  53. Tanstack Markdown Production Pipelines · lukasa1993 bundle
    Audit and ship a production Markdown pipeline with explicit trust boundaries, external syntax highlighting, parse-ahead caching, compatibility checks, deterministic output, and bundle budgets. Load before deploying blogs, docs, or untrusted-content rendering.
    0
    installs
  54. Tanstack Preact Table Migrate V8 To V9 · lukasa1993 bundle
    Perform a complete Preact TanStack Table v8-to-v9 migration: remove React-through-preact/compat usage, adopt the native adapter, explicit features and row-model slots, Preact state and atoms, rendering, composition, types, and every shared API rename and semantic change. Use for migration plans, implementation, or audits.
    0
    installs
  55. Tanstack React Start Server Components · lukasa1993 bundle
    Implement, review, debug, and refactor TanStack Start React Server Components in React 19 apps. Use when tasks mention @tanstack/react-start/rsc, renderServerComponent, createCompositeComponent, CompositeComponent, renderToReadableStream, createFromReadableStream, createFromFetch, Composite Components, React Flight streams, loader or query owned RSC caching, router.invalidate, structuralSharing: false, selective SSR, stale names like renderRsc or .validator, or migration from Next App Router RSC patterns. Do not use for generic SSR or non-TanStack RSC frameworks except brief comparison.
    0
    installs
  56. Tanstack React Table Create Table Hook · lukasa1993 bundle
    Build reusable React table infrastructure with createTableHook, useAppTable, createAppColumnHelper, shared features/defaults, component registries, AppTable/AppCell/AppHeader wrappers, and typed context hooks. Load for recurring application table conventions, scoped contexts, HMR cycles, or table prop drilling.
    0
    installs
  57. Tanstack Solid Table Create Table Hook · lukasa1993 bundle
    Create reusable Solid table infrastructure with createTableHook, createAppTable, createAppColumnHelper, shared features/defaults, component registries, App wrappers, and typed context hooks. Load for recurring app conventions, reactive per-table getters, or prop drilling.
    0
    installs
  58. Tanstack Svelte Table Migrate V8 To V9 · lukasa1993 bundle
    Complete Svelte v8-to-v9 migration reference: Svelte 5, createTable, selector-API removal, explicit features and row-model slots, atom/rune state, rendering helpers, prototype methods, type generics, sorting, sizing, selection, and logical pinning.
    0
    installs
  59. Tanstack Vue Table With Tanstack Query · lukasa1993 bundle
    Compose reactive Vue Query keys and results with Vue Table manual row processing, refs/computed state, server counts, and already-processed pages without duplicating query data into a drifting local ref.
    0
    installs
  60. Tanstack Alpine Table Create Table Hook · lukasa1993 bundle
    Share Alpine tableFeatures, defaults, createAppTable, and createAppColumnHelper with createTableHook. Load when multiple Alpine tables repeat infrastructure; unlike JSX adapters, Alpine has no registered table/cell/header component or context registry.
    0
    installs
  61. Tanstack Angular Table Migrate V8 To V9 · lukasa1993 bundle
    Complete Angular v8-to-v9 migration reference: injectTable and injection context, explicit features and row-model slots, signal/atom state, FlexRender directives, type generics, prototype methods, sorting, sizing, selection, and logical pinning.
    0
    installs
  62. Tanstack Charts Compose Marks And Views · lukasa1993 bundle
    Translate semantic encodings into TanStack Charts marks, layers, annotations, facets, and coordinated views. Load when choosing marks, combining layers, assigning interaction-point ownership, or deciding whether a custom mark is justified.
    0
    installs
  63. Tanstack Charts Debug And Verify Charts · lukasa1993 bundle
    Diagnose TanStack Charts type, data, scale, geometry, focus, lifecycle, bundle, and performance failures with scenario-level evidence. Load for blank or clipped charts, misleading output, unsafe casts, migration parity, packed-package checks, or regressions.
    0
    installs
  64. Tanstack DB Skills Tanstack DB Electric · lukasa1993 bundle
    ElectricSQL integration with TanStack DB. Use for real-time Postgres sync, shapes, txid matching, proxy setup, and debugging.
    0
    installs
  65. Tanstack Octane Table Create Table Hook · lukasa1993 bundle
    Create reusable Octane table infrastructure with createTableHook, useAppTable, createAppColumnHelper, registered components, stable App wrappers, and typed context hooks. Load for recurring conventions, scoped contexts, or prop drilling.
    0
    installs
  66. Tanstack Preact Table Create Table Hook · lukasa1993 bundle
    Create reusable Preact table infrastructure with createTableHook, useAppTable, createAppColumnHelper, shared options/features, optional component registries, App wrappers, and typed context hooks. Load for recurring conventions, scoped contexts, or prop drilling.
    0
    installs
  67. Tanstack Svelte Table Create Table Hook · lukasa1993 bundle
    Define a Svelte createAppTable/createAppColumnHelper using the adapter's rune-capable createTableHook implementation, shared features/defaults, reactive per-table getters, optional App component registries, and typed table/cell/header context hooks.
    0
    installs
  68. Tanstack Angular Table Create Table Hook · lukasa1993 bundle
    Create an Angular injectAppTable/createAppColumnHelper abstraction with shared features/defaults, registered components, injectTableContext/injectTableCellContext/injectTableHeaderContext, and correct FlexRender component-versus-function handling.
    0
    installs
  69. Tanstack Charts Build Chart Interactions · lukasa1993 bundle
    Compose TanStack Charts focus, tooltips, controlled selections, cursors, brushes, zoom, keyboard behavior, and coordinated views. Load for hover, focus, pinning, crosshairs, clipping, gesture state, or chart-table coordination.
    0
    installs
  70. Tanstack Charts Design Responsive Charts · lukasa1993 bundle
    Make TanStack Charts adapt to measured containers, information priority, guide margins, SSR initial width, and final plot bounds. Load for narrow dashboards, overflow, label density, responsive topology, or pixel-space layouts.
    0
    installs
  71. Tanstack CLI Query Docs Library Metadata · lukasa1993 bundle
    Retrieve machine-readable context with tanstack libraries, tanstack doc, tanstack search-docs, tanstack create --list-add-ons --json, and --addon-details for agent-safe discovery and preflight validation.
    0
    installs
  72. Tanstack DB Skills Tanstack DB Mutations · lukasa1993 bundle
    Mutation patterns in TanStack DB. Use for insert/update/delete, optimistic updates, transactions, paced mutations, and error handling.
    0
    installs
  73. Tanstack Lit Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize Lit Table final row or column models with @tanstack/lit-virtual VirtualizerController, host lifecycle-aware counts, scroll refs, stable keys, dynamic measurement, sticky CSS, grid/flex sizing, and infinite data. Load for large rendered tables; Virtual is renderer composition, not tableFeatures.
    0
    installs
  74. Tanstack React Table With Tanstack Query · lukasa1993 bundle
    Compose React Table v9 with TanStack Query for server filtering, sorting, pagination, and infinite data. Load for query-key table state, manual* processing boundaries, server rowCount, keepPreviousData, or avoiding duplicated query-result state.
    0
    installs
  75. Tanstack Solid Table With Tanstack Query · lukasa1993 bundle
    Compose Solid Query reactive options with Solid Table manual server processing. Load for tracked query-key signals, query result getters, server row counts, keepPreviousData, and avoiding React Query patterns or duplicated data state.
    0
    installs
  76. Tanstack Vue Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize Vue Table final row or column models with reactive counts and scroll targets, stable keys, measurement, spacer geometry, sticky CSS, grid/flex widths, and infinite server data.
    0
    installs
  77. Tanstack Charts Update And Animate Charts · lukasa1993 bundle
    Update TanStack Charts through stable definition and datum identity, configure SVG motion, and preserve correctness during resize, interruption, streaming, and rolling windows. Load for reactive data, animation, reordering, enter/exit, or stale interaction state.
    0
    installs
  78. Tanstack Match Sorter Utils Fuzzy Ranking · lukasa1993 bundle
    Rank fuzzy matches with rankItem, filter with RankingInfo.passed, compare saved ranking metadata with compareItems, and configure rankings, thresholds, accessors, min/max bounds, or diacritics. Load for @tanstack/match-sorter-utils itself or fuzzy Table filterMeta wiring.
    0
    installs
  79. Tanstack Preact Table With Tanstack Query · lukasa1993 bundle
    Compose native Preact Table v9 with @tanstack/preact-query using table state in query keys, manual server filtering/sorting/pagination, server counts, and stable query-result data. Load when React Query examples or manual* expectations are wrong for Preact.
    0
    installs
  80. Tanstack Router Core Not Found And Errors · lukasa1993 bundle
    notFound() function, notFoundComponent, defaultNotFoundComponent, notFoundMode (fuzzy/root), errorComponent, CatchBoundary, CatchNotFound, isNotFound, NotFoundRoute (deprecated), route masking (mask option, createRouteMask, unmaskOnReload).
    0
    installs
  81. Tanstack Svelte Table With Tanstack Query · lukasa1993 bundle
    Compose Svelte Query with Svelte Table manual filtering, sorting, and pagination using reactive query inputs, query-result data getters, server counts, and a single source of server-data truth.
    0
    installs
  82. Tanstack Angular Table With Tanstack Query · lukasa1993 bundle
    Compose Angular Query with signal-owned Table filtering, sorting, and pagination state using reactive query options, manual row-model boundaries, direct query data, server counts, and valid injection context.
    0
    installs
  83. Tanstack Charts Migrate To Tanstack Charts · lukasa1993 bundle
    Migrate Observable Plot, Recharts, Chart.js, ECharts, direct D3, or another renderer to TanStack Charts by translating semantic ownership and proving visual, interaction, accessibility, export, bundle, and performance parity.
    0
    installs
  84. Tanstack CLI Choose Ecosystem Integrations · lukasa1993 bundle
    Map tanstack ecosystem partner metadata to installable add-on ids using tanstack ecosystem --json, tanstack create --list-add-ons --json, and tanstack create --addon-details --json. Covers exclusive categories, provider options, and router-only compatibility constraints.
    0
    installs
  85. Tanstack DB Skills Tanstack DB Collections · lukasa1993 bundle
    Collection types and configuration in TanStack DB. Use for QueryCollection, ElectricCollection, local collections, and sync modes.
    0
    installs
  86. Tanstack Highlight Extend Language Support · lukasa1993 bundle
    Extend @tanstack/highlight with defineLanguage, LanguageDefinition, TokenRange, HighlightTokenClass, and TokenizerContext. Load when adding a custom or shipped tokenizer, resolving overlapping ranges, delegating embedded code, preserving selective imports, or adding fixture, size, and throughput coverage.
    0
    installs
  87. Tanstack Highlight Theme And Annotate Code · lukasa1993 bundle
    Style @tanstack/highlight with createThemeCss, createThemeRule, createThemeBaseCss, isolated theme imports, lineNumbers, line decorations, UTF-16 range decorations, and fence annotations. Load for light/dark themes, custom semantic colors, focused lines, diffs, diagnostics, or data hooks.
    0
    installs
  88. Tanstack React Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize final React Table row or column models with TanStack Virtual. Load for useVirtualizer counts, scroll elements, stable keys, data-index measurement, dynamic heights, sticky headers/columns, grid/flex geometry, or infinite fetching; Virtual is renderer composition, not a Table feature.
    0
    installs
  89. Tanstack Solid Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize Solid Table row/column models and infinite Query data with createVirtualizer, reactive counts, scroll targets, stable keys, dynamic measurement, transforms, sticky regions, and grid/flex sizing. Load for Solid tracking or layout bugs.
    0
    installs
  90. Tanstack AI Core Custom Backend Integration · lukasa1993 bundle
    Connect useChat to a non-TanStack-AI backend through custom connection adapters. ConnectConnectionAdapter (single async iterable) vs SubscribeConnectionAdapter (separate subscribe/send). Customize fetchServerSentEvents() and fetchHttpStream() with auth headers, custom URLs, and request options. Import from framework package, not @tanstack/ai-client.
    0
    installs
  91. Tanstack DB Skills Tanstack DB Live Queries · lukasa1993 bundle
    Live query patterns in TanStack DB. Use for filtering, joins, aggregations, sorting, and reactive data binding.
    0
    installs
  92. Tanstack Preact Table With Tanstack Virtual · lukasa1993 bundle
    Apply TanStack Virtual rendering to the final Preact Table row or column model through React compatibility or virtual-core. Load for adapter selection, reactive counts, scroll targets, stable keys, measurements, spacer geometry, sticky layout, sizing CSS, or overscan.
    0
    installs
  93. Tanstack Svelte Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize Svelte Table final row or column models with reactive counts and scroll targets, stable keys, dynamic measurement, absolute transforms, sticky regions, grid/flex sizing, and infinite data.
    0
    installs
  94. Tanstack AI Persistence Build Custom Adapter · lukasa1993 bundle
    Use when an app needs TanStack AI chat persistence on a database with no dedicated recipe — raw Postgres (pg/postgres.js), Kysely, node:sqlite, MongoDB, Supabase, Redis. Writes a chat-persistence.ts against the app's existing client, covering the four stores, the idempotency invariants, and the conformance gate. Route to the Drizzle, Prisma, or Cloudflare skills instead when one of those matches.
    0
    installs
  95. Tanstack AI Persistence Build Prisma Adapter · lukasa1993 bundle
    Use when an app already runs Prisma and needs TanStack AI chat persistence — writes a chat-persistence.ts into the app against its existing PrismaClient and schema.prisma. Covers the four models, BigInt timestamps, JSON-as-string columns, upsert-with-empty-update idempotency, and model renaming.
    0
    installs
  96. Tanstack Angular Table With Tanstack Virtual · lukasa1993 bundle
    Virtualize Angular Table final row or column models inside the correct injection and reactive lifecycle with signal counts, scroll elements, keys, measurement, transforms, sticky regions, grid/flex sizing, and infinite data.
    0
    installs
  97. Tanstack AI Persistence Build Drizzle Adapter · lukasa1993 bundle
    Use when an app already runs Drizzle ORM and needs TanStack AI chat persistence — writes a chat-persistence.ts into the app against its existing db handle, schema file, and drizzle-kit journal. Covers the four tables (SQLite/Postgres/MySQL), the onConflict idempotency rules, JSON columns, and per-request bindings like D1.
    0
    installs
  98. Tanstack Charts Configure Scales Guides Color · lukasa1993 bundle
    Configure TanStack Charts domains, scale factories, axes, margins, legends, grouping, and paint without taking ownership of responsive ranges. Load for blank geometry, scale inference, color semantics, shared domains, ticks, labels, or guide layout.
    0
    installs
  99. Tanstack CLI Maintain Custom Addons Dev Watch · lukasa1993 bundle
    Build and iterate custom add-ons/templates with tanstack add-on init, add-on compile, add-on dev, and tanstack create --dev-watch, including sync loop preconditions, watch-path validation, and project metadata constraints.
    0
    installs
  100. Tanstack Charts Coordinate Charts With Tanstack · lukasa1993 bundle
    Coordinate TanStack Charts with TanStack Table data grids, TanStack DB live queries and sync engines, TanStack Query server state, Store, Router, Virtual, Pacer, Start, and Form without duplicating ownership. Load for chart-grid linking, shared filtering or selection, live synchronized data, optimistic updates, URL-restorable chart state, virtualized detail views, paced streams, or dashboard-wide state.
    0
    installs