DeMoorJasper / blazingly-ssr

A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)

Home Page:https://blazingly.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️This project will be rewritten into a production ready tool once Parcel 2 lands a proper Beta. Please don't use the current version in any kind of production environment.

Blazingly SSR (Proof Of Concept/Experiment)

Blazingly-ssr is a SSR cli tool using parcel in the background for creating web projects that load insanely fast without having to worry about anything as a developer, thanks to the power of parcel and the many tools already included within this CLI.

What makes it so Blazing?

Blazingly uses parcel which causes insanely fast rebuilds during development. Besides using Parcel, Blazingly also optimises your web project in other ways using plugins/presets designed specifically for blazingly to utilise performance best practises as much as it can.

  • Usage of service workers right from the get-go
  • Lazy loading all js and css files
  • Extracting critical css when building

Sounds awesome! How does it work?

Contributing to the docs is possible on this repo: Docs repo.

About

A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)

https://blazingly.netlify.com/

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 1.0%