resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Integrate partial hydration for reduction of TTI using Qwik #63

Closed shah closed 2 years ago

shah commented 2 years ago

Integrate Qwik directly as a library, or as inspiration for our own library.

Qwik is designed for the fastest possible page load time, by deliving pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via resumability of HTML and ulra fine-grained lazy-loading of code.

See: what is partial hydration and why is everyone talking about it?

Consider using Pglet approach to "micro apps" by integrating a single service point and then, similar to CGI or FastCGI, allowing applets to be created. This might eliminate the need for something like Qwik.

shah commented 2 years ago

Duplicate of #55.