Vite warning node:fs when using StartClient component
Vite gives me warnings like:
When I import
Any tips on what to do here?
When I import
import { StartClient } from '@tanstack/react-start' following docs at https://tanstack.com/router/latest/docs/framework/react/guide/ssr#rendering-the-application-on-the-client .Any tips on what to do here?
Server Side Rendering (SSR) is the process of rendering a component on the server and sending the HTML markup to the client. The client then hydrates the markup into a fully interactive component. The...
