From 18308a22879dc9143a03bcbe53cf0c5e8e49ee1f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jul 2024 01:17:37 +0900 Subject: remix --- frontend/app/entry.client.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/app/entry.client.tsx (limited to 'frontend/app/entry.client.tsx') diff --git a/frontend/app/entry.client.tsx b/frontend/app/entry.client.tsx new file mode 100644 index 0000000..442da4f --- /dev/null +++ b/frontend/app/entry.client.tsx @@ -0,0 +1,12 @@ +import { RemixBrowser } from "@remix-run/react"; +import { startTransition, StrictMode } from "react"; +import { hydrateRoot } from "react-dom/client"; + +startTransition(() => { + hydrateRoot( + document, + + + , + ); +}); -- cgit v1.2.3-70-g09d2