TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
tanstack-react-vite-template
gillkyle/tanstack-react-vite-template
Just deployed
TanStack React + Vite Template
This is a lightweight React starter template using Vite, TypeScript with React, and 2 core packages from the TanStack:
It is deployed with the memory efficient Caddy web server, and can be set up on Railway in a single click.
🚀 Getting Started
- install dependencies with
bun install
- start local development with
bun run dev
❓ Why Caddy
for serving the app?
See: https://github.com/brody192/vite-react-template#-why-use-caddy-when-deploying-to-railway
Caddy is a powerful, enterprise-ready, open source web server, and therefore Caddy is far better suited to serve websites than Vite is, using Caddy will result in much less memory and cpu usage compared to serving with Vite (much lower running costs too).
Template Content
tanstack-react-vite-template
gillkyle/tanstack-react-vite-template