Back to Next Js

Using Next.js with filbert-js

examples/with-filbert/README.md

16.2.51.3 KB
Original Source

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:

bash
npx create-next-app --example with-filbert with-filbert-app
bash
yarn create next-app --example with-filbert with-filbert-app
bash
pnpm create next-app --example with-filbert with-filbert-app

Deploy it to the cloud with Vercel (Documentation).