What problem does it solve?
This Skill simplifies the development and deployment of full-stack React applications, particularly when targeting Cloudflare Workers, by providing robust tooling and best practices for routing, server functions, and data integration.
Core Features & Use Cases
- Full-Stack React: Build applications with server-side rendering (SSR), server functions, and type-safe routing using TanStack Router.
- Cloudflare Workers Integration: Seamless deployment and access to Cloudflare bindings (D1, KV, R2) for scalable backend logic.
- Migration Assistance: Provides guidance for migrating from older frameworks like Vinxi or Next.js to TanStack Start.
- Use Case: Develop a dynamic web application with user authentication and database interactions, deploy it efficiently on Cloudflare Workers, and ensure it handles server-side rendering and API requests correctly.
Quick Start
Create a new TanStack Start project on Cloudflare Workers by running npm create cloudflare@latest my-app -- --framework=tanstack-start.