rsnext/examples/with-portals-ssr/README.md

1.2 KiB

Example with Server Side Rendered portals

An example of Server Side Rendered React Portals with @jesstelford/react-portal-universal and Next.js.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

npx create-next-app --example with-portals-ssr with-portals-ssr-app
# or
yarn create next-app --example with-portals-ssr with-portals-ssr-app

Deploy it to the cloud with Vercel (Documentation).