gt-tanstack-start
v0.2.6
Published
TanStack Start integration for General Translation
Maintainers
Readme
gt-tanstack-start
Automatic i18n for TanStack Start.
EXPERIMENTAL
This package is experimental and may be subject to breaking changes.
It is not yet recommended for production use.
Installation
npm install gt-tanstack-start
npm install gt --save-devQuick Start
npx gt initimport { T } from 'gt-tanstack-start';
export default function Page() {
return (
<T>
<p>This gets translated automatically.</p>
</T>
);
}See the full documentation for guides and API reference.
