diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-10 03:01:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-10 03:33:22 +0900 |
| commit | a3a2bc9dc1c339e26cf93e3b510f280acaab5027 (patch) | |
| tree | 91537e7a9bf9d3edf462e278b0415f17b39192d7 /frontend/app/entry.client.tsx | |
| parent | c44b3383a7e55553cc95bba7bd5574f71c2e3406 (diff) | |
| download | phperkaigi-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.tar.gz phperkaigi-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.tar.zst phperkaigi-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.zip | |
feat(fontend): migrate from Remix to React Router
Diffstat (limited to 'frontend/app/entry.client.tsx')
| -rw-r--r-- | frontend/app/entry.client.tsx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend/app/entry.client.tsx b/frontend/app/entry.client.tsx deleted file mode 100644 index 92d1585..0000000 --- a/frontend/app/entry.client.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { RemixBrowser } from "@remix-run/react"; -import { StrictMode, startTransition } from "react"; -import { hydrateRoot } from "react-dom/client"; - -startTransition(() => { - hydrateRoot( - document, - <StrictMode> - <RemixBrowser /> - </StrictMode>, - ); -}); |
