Service-Worker-side rendering 😮 #536
Labels
3:hard
Not so easy, but we can take care
ejs
Feature/fix for EJS views and prerendered HTML
enhancement
New feature or request
framework
Framework and compilation process
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Two-level EJS rendering, full prerender some limited pages as fallback and also render EJS first level only (custom delimiters
<$= $>
) to be final level (<%= %>
) rendered on SW for all pages with SW cache low TTL.Describe alternatives you've considered
N/A
Additional context
https://javascript.plainenglish.io/an-introduction-to-service-worker-side-templating-858b835d5062
https://github.com/unjs/h3
The text was updated successfully, but these errors were encountered: