Closed shooftie closed 1 year ago
I have recently come across a need to create static instances of the pages that are currently being driven by Reef.
I wonder whether you would have any suggestions as to how I might generate a .html file for a given route with:
.html
I realise that this is not necessarily the purpose of Reef but it would save me having to add more weight to the project for this one requirement.
Reef is very much focused on progressively enhancing dynamic UI. For static rendering, I tend to either hard code my HTML files, or use a static-site generator like Hugo or 11ty.
I have recently come across a need to create static instances of the pages that are currently being driven by Reef.
I wonder whether you would have any suggestions as to how I might generate a
.html
file for a given route with:I realise that this is not necessarily the purpose of Reef but it would save me having to add more weight to the project for this one requirement.