Skip to content

Conversation

@clockwork-tien
Copy link
Contributor

Description of Changes

The PR implements the following updates:

  • Create Svelte framework sdk/integration
  • Add Svelte Quickstart Docs
  • Create svelte-ts template

Screenshots

  • svelte-ts template
Screenshot1
  • Svelte Quickstart Docs
Screenshot2

API and ABI breaking changes

Expected complexity level and risk

Testing

@clockwork-tien clockwork-tien force-pushed the tien/feat/svelte-integration branch from 398befc to 0124d6e Compare January 19, 2026 18:38
}
}

function formatValue(v: Value): string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much of this code is duplicated across Vue, React, Svelte. Can we please consolidate it into a shared file?

import { useSpacetimeDB, useTable, useReducer } from 'spacetimedb/svelte';
import { tables, reducers } from './module_bindings';
const conn = useSpacetimeDB();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This generally looks good to me. Just two questions/comments in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants