Skip to content

Are there better ways to implement TanStack Form? #1477

Answered by oscar-b
amin-ruhul asked this question in General
Discussion options

You must be logged in to vote
const SkuFormTabs = withForm({
  ...itemDescriptionOptions,
  render: function Render({ form }) {
    const [selectedTab, setSelectedTab] = useState('itemDescription');
    // ...
  },
});

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@brunocontreras
Comment options

@LeCarbonator
Comment options

@brunocontreras
Comment options

Answer selected by Balastrong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants