rsnext/examples/with-portals-ssr
2021-01-24 17:05:49 +01:00
..
pages Refactor class components to functional @ examples (#13398) 2020-05-27 05:14:26 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json chore: update example names to match their folders (#16268) 2020-09-05 21:23:51 +00:00
README.md Unify installation scripts for example apps (#19808) 2021-01-24 17:05:49 +01: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

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).