rsnext/examples/with-portals-ssr
2020-05-27 17:51:11 -04:00
..
pages Refactor class components to functional @ examples (#13398) 2020-05-27 05:14:26 +00:00
package.json Refactor class components to functional @ examples (#13398) 2020-05-27 05:14:26 +00:00
README.md Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00

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

Using create-next-app

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

npm init next-app --example with-portals-ssr with-portals-ssr
# or
yarn create next-app --example with-portals-ssr with-portals-ssr

Download manually

Download the example:

curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals-ssr
cd with-portals-ssr

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).