Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DeMoorJasper/blazingly-ssr

A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)
https://github.com/DeMoorJasper/blazingly-ssr

fast parcel react ssr web-performance

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

⚠️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](https://github.com/DeMoorJasper/blazingly-website).