Skip to content

Instantly share code, notes, and snippets.

@huozhi
Created May 16, 2024 23:47
Show Gist options
  • Save huozhi/8d45b18debe18f444a5cce2553688097 to your computer and use it in GitHub Desktop.
Save huozhi/8d45b18debe18f444a5cce2553688097 to your computer and use it in GitHub Desktop.
checkout-react-compiler-with-nextjs.sh
pnpm add next@canary react@beta react-dom@beta
pnpm add -D babel-plugin-react-compiler
echo "module.exports = {
experimental: {
reactCompiler: true
},
}" > next.config.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment