-
I'm excited to share my latest project:
rules_prerender
! This is a #Bazel ruleset for prerendering web sites at build time. You can define and compose components, generate complex pages, and combine them together into a statically generated web site! github.com/dgp1130/rules_prerender -
I'm particularly excited about the way components encapsulate all the resources needed for them to function, that includes logic to prerender HTML, associated client-side JS, CSS styling, and even images, fonts, static JSON, or other resources that are loaded at runtime.
-
The toolchain will even bundle JavaScript and CSS resources for you and tree shake unused resources. Documentation is a little lacking at the moment (working on it) but there are a number of examples in the repository which show off different features.
-
I just published v0 to #NPM and I'm excited for people to try it out and give feedback (Twitter and issues/discussions on the GitHub repo are the best places for me to see your thoughts). Give it a spin and share your voice!