Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add svelte integration #1107

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

[WIP] add svelte integration #1107

wants to merge 8 commits into from

Conversation

43081j
Copy link

@43081j 43081j commented Jan 10, 2025

This is just an attempt at adding a svelte integration.

It is a draft until, if ever, we get it building and tested.

TODO:

  • successfully build it
  • figure out how to deal with api.Field being a curried <Field> (i.e. it needs to have <Field ...props form={form}>)
  • add tests
  • figure out how to use generics (since our generics are complex and need to reference other types, can svelte support that?)
  • add standard README

43081j and others added 7 commits January 5, 2025 22:07
Copy link
Member

@lachlancollins lachlancollins left a comment

Choose a reason for hiding this comment

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

@43081j build is now working - same structure used by the other TanStack projects.

Copy link

nx-cloud bot commented Jan 13, 2025

View your CI Pipeline Execution ↗ for commit 2f0f6a1.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 1m 40s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 32s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-13 05:49:16 UTC

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.

2 participants