rsnext/examples/with-filbert
2021-01-19 07:28:54 +00:00
..
pages update with-filbert-js (#15968) 2020-08-11 03:21:19 +00:00
public (chore) Add with-filbert as example (#15161) 2020-07-16 23:05:04 +00:00
.babelrc Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Add missing gitignore files 2020-07-19 02:02:40 -04:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00: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

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-filbert with-filbert-app
# or
yarn create next-app --example with-filbert with-filbert-app

Deploy it to the cloud with Vercel (Documentation).