chore: devinxi start example
Update start to the devinxi version
View your CI Pipeline Execution ↗ for commit ef65ff1be9401fdb46c7805869e7e9be3783e9b3
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
✅ Succeeded | 1m 21s | View ↗ |
nx run-many --target=build --exclude=examples/** |
✅ Succeeded | 21s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-08-05 07:49:36 UTC
More templates
- @tanstack/form-example-angular-array
- @tanstack/form-example-angular-large-form
- @tanstack/form-example-angular-simple
- @tanstack/form-example-angular-standard-schema
- @tanstack/form-example-lit-array
- @tanstack/form-example-lit-simple
- @tanstack/form-example-lit-standard-schema
- @tanstack/form-example-lit-ui-libraries
- @tanstack/form-example-react-array
- @tanstack/form-example-react-compiler
- @tanstack/form-example-react-dynamic
- @tanstack/field-errors-from-form-validators
- @tanstack/form-example-react-large-form
- @tanstack/form-example-react-next-server-actions
- @tanstack/form-example-react-query-integration
- @tanstack/form-example-remix
- @tanstack/form-example-react-simple
- @tanstack/form-example-react-standard-schema
- @tanstack/form-example-react-tanstack-start
- @tanstack/form-example-react-ui-libraries
- @tanstack/form-example-solid-array
- @tanstack/form-example-solid-large-form
- @tanstack/form-example-solid-simple
- @tanstack/form-example-solid-standard-schema
- @tanstack/form-example-svelte-array
- @tanstack/form-example-svelte-simple
- @tanstack/form-example-svelte-standard-schema
- @tanstack/form-example-vue-array
- @tanstack/form-example-vue-simple
- @tanstack/form-example-vue-standard-schema
@tanstack/angular-form
npm i https://pkg.pr.new/@tanstack/angular-form@1584
@tanstack/form-core
npm i https://pkg.pr.new/@tanstack/form-core@1584
@tanstack/lit-form
npm i https://pkg.pr.new/@tanstack/lit-form@1584
@tanstack/react-form
npm i https://pkg.pr.new/@tanstack/react-form@1584
@tanstack/solid-form
npm i https://pkg.pr.new/@tanstack/solid-form@1584
@tanstack/svelte-form
npm i https://pkg.pr.new/@tanstack/svelte-form@1584
@tanstack/vue-form
npm i https://pkg.pr.new/@tanstack/vue-form@1584
commit: ef65ff1
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 90.49%. Comparing base (cca8de7) to head (ef65ff1).
:warning: Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1584 +/- ##
==========================================
- Coverage 90.51% 90.49% -0.02%
==========================================
Files 37 37
Lines 1686 1683 -3
Branches 421 421
==========================================
- Hits 1526 1523 -3
Misses 143 143
Partials 17 17
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
- is it normal behaviour after form submit to display the raw response and not return it into state?
https://github.com/user-attachments/assets/2f429b5b-52a5-400d-8979-da255a37c098
- If we update the packages we get the following error:
CC @tannerlinsley @crutchcorn
@SutuSebastian
- If we update the packages we get the following error:
https://github.com/TanStack/router/issues/4409
@SutuSebastian
- is it normal behaviour after form submit to display the raw response and not return it into state?
In the current implementation, yes. I'm only updating Start to the latest version here but this can indeed be improved later :) Currently Form doesn't have a field in the state to keep a success or response message but maybe this can be introduced for SSR adapters... or the response could flow to onSubmit... or a new onServerSubmit... just thinking out loud at this point :D
I'd say ideas are always welcome!