Back to Next Js

Example with portals

examples/with-portals/README.md

16.2.51.0 KB
Original Source

Example with portals

This example show how to use the React Portals feature with Next.js.

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 with-portals with-portals-app
bash
yarn create next-app --example with-portals with-portals-app
bash
pnpm create next-app --example with-portals with-portals-app

Deploy it to the cloud with Vercel (Documentation).