mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
Using Next.js with filbert-js
A light weight(~1KB) css-in-js solution(framework)🎨
This example showcase how to perform SSR & extract and inline critical css with @filbert-js/server-stylesheet and @filbert-js/core
If you are running into any issues with this example, feel free to open-up an issue at https://github.com/kuldeepkeshwar/filbert-js/issues.
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-filbert with-filbert-app
yarn create next-app --example with-filbert with-filbert-app
pnpm create next-app --example with-filbert with-filbert-app
Deploy it to the cloud with Vercel (Documentation).