rsnext/examples/with-goober
NorbertLuszkiewicz c03d4931de
Simplify example usage instructions (#16678)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-08-29 22:22:02 -04:00
..
pages await ctx.renderPage() in examples for TypeScript (#15528) 2020-08-04 14:46:40 -04:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json (chore) Add with-goober as an example (#15070) 2020-07-10 19:39:35 -05:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

Example with goober

This is an example of how 🥜 goober can be used with Next.js to fully render a SSR website or app. 🥜 goober proposal is: "a less than 1KB css-in-js alternative with a familiar API" and offering the same functionality one would need.

If you are running into any issues with this example, feel free to open-up an issue at https://github.com/cristianbote/goober/issues.

Why is there a peanut emoji?

Goober initially started with a slogan as "a less than 1KB css-in-js library at the cost of peanuts". Goober also means a kind of peanut so, it fits!

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

Deploy it to the cloud with Vercel (Documentation).