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 the example using Vercel or preview live with StackBlitz
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).