What problem does it solve?
This solution provides Solid bindings for TanStack Start that enable isomorphic server functions and unified client/server data flows for Solid applications.
Core Features & Use Cases
- Use the server function pattern to call server-side logic from Solid components in a type-safe, SSR-friendly way.
- Re-exports from tanstack/start-client-core plus Solid-specific bindings, enabling a cohesive developer experience.
- Includes a Vite plugin and complete project setup to build Solid Start apps with SSR, routing integration, and shared server/client code.
- Supports data fetching, mutations, and loading states across client and server for production-grade Solid Start apps.
Use cases include building data-driven SSR apps, server-driven rendering, and streamlined data flows between client and server.
Quick Start
Install the Solid Start bindings, configure a server function, and call it from a Solid component.