Framework agnostic package #1466
-
I have a monorepo with various frontends that use different frameworks (ie. React and Solid). I have some custom schema and API management libraries that I'd like to integrate with Tanstack Form to create a base form model that can then be extended to work with specific frameworks. Currently it looks like there's no way to import just the core of Tanstack Form - all packages seem to be tied to a framework. Am I missing something? (ie. such a package does exist, or else a core Form package makes no sense somehow) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All framework adapters are built on top of the form-core package |
Beta Was this translation helpful? Give feedback.
All framework adapters are built on top of the form-core package