rsnext/examples/with-react-jss
2020-08-29 22:32:35 -04:00
..
pages update/with-react-jss (#15156) 2020-07-14 13:26:30 +00:00
.babelrc Add react-jss example (#5140) 2018-09-12 15:49:54 +02:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

react-jss example

This example shows how to integrate react-jss and jss in Next.js

The critical styles will be injected into the head when server rendered.

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-react-jss with-react-jss-app
# or
yarn create next-app --example with-react-jss with-react-jss-app

Deploy it to the cloud with Vercel (Documentation).