form
form copied to clipboard
[WIP] add svelte integration
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.Fieldbeing 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
View your CI Pipeline Execution ↗ for commit 2f0f6a1715351e11795c15a3487dde85603fbb0a.
| 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
Closing in favour of #1247