Skip to content

Instantly share code, notes, and snippets.

@nicksheffield
Created December 6, 2024 13:22
Show Gist options
  • Save nicksheffield/c9acb9962ce31cb6a0eb435c5be41f6f to your computer and use it in GitHub Desktop.
Save nicksheffield/c9acb9962ce31cb6a0eb435c5be41f6f to your computer and use it in GitHub Desktop.
react 19 no-build
<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