Created
December 6, 2024 13:22
-
-
Save nicksheffield/c9acb9962ce31cb6a0eb435c5be41f6f to your computer and use it in GitHub Desktop.
react 19 no-build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="module"> | |
// https://react.dev/blog/2024/04/25/react-19-upgrade-guide#umd-builds-removed | |
import React from "https://esm.sh/react@19/?dev" | |
import ReactDOMClient from "https://esm.sh/react-dom@19/client?dev" | |
... | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment