Welcome to React Router RSC
You won't find me running any JavaScript in the browser!
Element from the server!
, }; } export default function Route({ loaderData, }: Route.ComponentProps) { return ( <>Element from the server!
Message from the server: {loaderData.message}
You won't find me running any JavaScript in the browser!
You won't find me running any JavaScript in the browser!
Hello, {user ? user.name : "anonymous person"}!