rsnext/examples/with-goober
2022-05-27 21:21:40 +00:00
..
pages chore(examples): fix missing document components error messages (#16802) 2020-09-03 21:13:12 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Clean up examples package.json (#27121) 2021-07-12 19:58:03 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00: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 or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm 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
# or
pnpm create next-app --example with-goober with-goober-app

Deploy it to the cloud with Vercel (Documentation).