Skip to content

brandonroberts/tanstack-react-router-analog-nitro

Repository files navigation

TanStack React Router + Analog + Nitro

This is an example application using TanStack React Router + Analog + Nitro that includes SSR and prerendering.

The example application is from the TanStack React Router docs.

Setup

Install the dependencies

npm install

Development

Run the development server

npm run dev

Navigate to http://localhost:5173 in the browser

Build

Run the build command to build the client/server apps and prerender the pages

npm run build

TODOs

  • Get SSR hydration working with Router