form icon indicating copy to clipboard operation
form copied to clipboard

chore: devinxi start example

Open Balastrong opened this issue 6 months ago • 4 comments

Update start to the devinxi version

Balastrong avatar Jun 18 '25 20:06 Balastrong

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

nx-cloud[bot] avatar Jun 18 '25 20:06 nx-cloud[bot]

More templates

@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

pkg-pr-new[bot] avatar Jun 18 '25 20:06 pkg-pr-new[bot]

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.

codecov[bot] avatar Jun 18 '25 20:06 codecov[bot]

  1. 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

  1. If we update the packages we get the following error:
Screenshot 2025-06-19 at 11 46 54 Screenshot 2025-06-19 at 11 47 26

CC @tannerlinsley @crutchcorn

SutuSebastian avatar Jun 19 '25 08:06 SutuSebastian

@SutuSebastian

  1. If we update the packages we get the following error:

https://github.com/TanStack/router/issues/4409

kusiewicz avatar Jun 26 '25 15:06 kusiewicz

@SutuSebastian

  1. 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!

Balastrong avatar Aug 05 '25 08:08 Balastrong