8d4d389982a33d864b6c599e533787140c713d80
Add a DOM-free LocalizedText component for MessageDescriptor values and export it from the runtime entry point.\n\nAlso expose provider detection so packages with a standalone fallback provider can avoid invoking Lingui hooks outside a provider. Cover localized rendering without an extra wrapper node.
Simple React App Kit
Simple React App Kit is a reusable React application kit built with TanStack Start, shadcn/ui, and workspace packages.
Adding components
To add components to your app, run the following command at the root of your web app:
pnpm dlx shadcn@latest add button -c apps/web
This will place the ui components in the packages/ui/src/components directory.
Using components
To use the components in your app, import them from the ui package.
import { Button } from "@workspace/ui/components/button";
Description
Languages
TypeScript
96%
CSS
4%