This example shows how to use the Next.js reactRemoveProperties config option to remove React properties.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example react-remove-properties react-remove-properties-appyarn create next-app --example react-remove-properties react-remove-properties-apppnpm create next-app --example react-remove-properties react-remove-properties-appDeploy it to the cloud with Vercel (Documentation).