CoolFace
Apppublic

legends810/testingnew

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
entry.client.tsx8 linesDownload Raw Back to app
1import { RemixBrowser } from '@remix-run/react';2import { startTransition } from 'react';3import { hydrateRoot } from 'react-dom/client';4 5startTransition(() => {6  hydrateRoot(document.getElementById('root')!, <RemixBrowser />);7});8