SolidStart integration for Lens API framework
npm install @sylphx/lens-solidstartSolidStart integration for the Lens API framework with SSR support.
``bash`
bun add @sylphx/lens-solidstart
`typescript
import { createQuery, createMutation } from "@sylphx/lens-solidstart";
import { client } from "./client";
export default function Page() {
const user = createQuery(() => client.user.get({ id: "1" }));
return (
MIT
---
Built with @sylphx/lens-client, @sylphx/lens-solid, and @sylphx/lens-server.
✨ Powered by Sylphx