Back to Next Js

React Remove Properties Example

examples/react-remove-properties/README.md

16.2.51.2 KB
Original Source

React Remove Properties Example

This example shows how to use the Next.js reactRemoveProperties config option to remove React properties.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example react-remove-properties react-remove-properties-app
bash
yarn create next-app --example react-remove-properties react-remove-properties-app
bash
pnpm create next-app --example react-remove-properties react-remove-properties-app

Deploy it to the cloud with Vercel (Documentation).