mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7aa5d16231
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
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
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
yarn create next-app --example with-goober with-goober-app
pnpm create next-app --example with-goober with-goober-app
Deploy it to the cloud with Vercel (Documentation).