feat: add website documentation early mvp (#8183)

Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
Suneet Tipirneni
2022-07-01 14:54:15 -04:00
committed by GitHub
parent e0c8282490
commit d95197cc78
41 changed files with 1800 additions and 647 deletions

View File

@@ -1,4 +1,4 @@
import { RemixBrowser } from '@remix-run/react';
import { hydrate } from 'react-dom';
import { hydrateRoot } from 'react-dom/client';
hydrate(<RemixBrowser />, document);
hydrateRoot(document, <RemixBrowser />);