Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/DeMoorJasper/blazingly-ssr
- Owner: DeMoorJasper
- License: mit
- Archived: true
- Created: 2018-06-26T14:24:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T08:25:42.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:13:39.643Z (4 months ago)
- Topics: fast, parcel, react, ssr, web-performance
- Language: JavaScript
- Homepage: https://blazingly.netlify.com/
- Size: 165 KB
- Stars: 41
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - blazingly-ssr - A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment) (JavaScript)
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).